# 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.64" name = "cargo-whichp" version = "0.1.0" description = "Cli for debugging executable lookup" homepage = "https://github.com/schneems/which_problem" documentation = "https://docs.rs/cargo-whichp" readme = "README.md" keywords = [ "executable", "which", "PATH", ] license = "MIT" repository = "https://github.com/schneems/which_problem" resolver = "1" [[bin]] name = "cargo-whichp" path = "src/main.rs" [dependencies.clap] version = "4.1.4" features = [ "derive", "error-context", "help", "std", "usage", ] default-features = false [dependencies.which_problem] version = "0.1.0"