# 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" name = "clap-io" version = "0.2.0" authors = ["Swift Navigation "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Add input and output flags to clap commands" readme = "README.md" license = "MIT" repository = "https://github.com/swift-nav/clap-io" [lib] name = "clap_io" path = "src/lib.rs" [[example]] name = "copy" path = "examples/copy.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "positional" path = "examples/positional.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.0" features = [ "std", "derive", ] default-features = false [dev-dependencies.anyhow] version = "1.0.64"