# 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 = "cargo-installed" version = "0.1.2" authors = ["lightning1141@gmail.com"] description = "Easy manage programs installed by `cargo install`." documentation = "https://github.com/light4/cargo-installed" readme = "README.md" keywords = [ "cargo", "installed", "subcommand", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/light4/cargo-installed" [profile.release] lto = "thin" codegen-units = 4 strip = "debuginfo" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = [ "std", "help", "usage", "derive", "error-context", ] default-features = false [dependencies.json] version = "0.12" [dependencies.semver] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.ureq] version = "2.5" [dependencies.xshell] version = "0.2"