# 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-updater" version = "0.21.0" authors = ["pjmp"] description = "A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin." homepage = "https://github.com/pombadev/cargo-updater" readme = "README.md" keywords = [ "cargo", "cargo-subcommand", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pombadev/cargo-updater" resolver = "2" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.3" features = [ "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.colored] version = "2.0.4" [dependencies.semver] version = "1.0.18" features = ["std"] default-features = false [dependencies.term-table] version = "1.3.2" [dependencies.time] version = "0.3.28" features = ["parsing"] default-features = false [dependencies.ureq] version = "2.7.1" features = [ "json", "tls", ] default-features = false