# 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 = "idwt" version = "0.1.0" authors = ["noahdotpy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A self-control utility based on configuration files" homepage = "https://github.com/noahdotpy/idwt-rs" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/noahdotpy/idwt-rs" [lib] name = "idwt" path = "src/lib.rs" [[bin]] name = "idwt" path = "src/bin/idwt.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "3.0.0" [dependencies.env_logger] version = "0.11.5" [dependencies.indicatif] version = "0.17.9" [dependencies.log] version = "0.4.22" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.predicates] version = "3.1.2"