# 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 = "dont" version = "0.1.0" authors = ["Masaki Hara "] description = "swiss army knife for everything you do not want to do" homepage = "https://github.com/qnighy/dont" keywords = ["command", "joke", "tool", "utility"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/qnighy/dont" resolver = "2" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.which] version = "4.2.4" [dev-dependencies.mockall] version = "0.11.0"