# 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 = "io-arg" version = "0.2.1" authors = ["Markus Klein"] description = "Conviniently accept either standard streams or file paths in CLI tools written in Rust as arguments." documentation = "https://docs.rs/io-arg/" readme = "README.md" keywords = ["CLI"] categories = [] license = "MIT" repository = "https://github.com/pacman82/io-arg" [dev-dependencies.atty] version = "0.2.14" [dev-dependencies.clap] version = "4.0.4" features = ["derive"] [dev-dependencies.indicatif] version = "0.17.0"