# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.69" name = "clircle" version = "0.6.1" authors = ["Niklas Mohrin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Detect IO circles in your CLI apps arguments." homepage = "https://github.com/niklasmohrin/clircle" documentation = "https://docs.rs/clircle" readme = "README.md" keywords = [ "cycle", "arguments", "argv", "io", ] categories = [ "command-line-interface", "filesystem", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/niklasmohrin/clircle" [lib] name = "clircle" path = "src/lib.rs" [[example]] name = "return_code" path = "examples/return_code.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.serde] version = "1.0.117" optional = true [dependencies.serde_derive] version = "1.0.117" optional = true [dev-dependencies.tempfile] version = "3.4.0" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_derive", ] test-close-again = [] [target."cfg(unix)".dev-dependencies.nix] version = "0.29" features = ["term"] default-features = false [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_Storage_FileSystem", "Win32_System_Console", ]