[dependencies.cfg-if]
version = "1.0.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.117"
[dev-dependencies.tempfile]
version = "3.1.0"
[features]
default = ["serde"]
[package]
authors = ["Niklas Mohrin <niklas.mohrin@gmail.com>"]
categories = ["command-line-interface", "filesystem", "os"]
description = "Detect IO circles in your CLI apps arguments."
documentation = "https://docs.rs/clircle"
edition = "2018"
homepage = "https://github.com/niklasmohrin/clircle"
keywords = ["cycle", "arguments", "argv", "io"]
license = "MIT OR Apache-2.0"
name = "clircle"
readme = "README.md"
repository = "https://github.com/niklasmohrin/clircle"
version = "0.3.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(not(windows))".dev-dependencies.nix]
version = "0.19.1"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "winbase", "processenv", "handleapi", "ntdef", "fileapi"]
version = "0.3.9"