# 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-cratesup" version = "0.1.1" authors = ["Ali Mehasin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date." readme = "README.md" keywords = [ "cargo", "cargo-subcommand", "dependency", "update", "check", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/alimehasin/cargo-cratesup" [[bin]] name = "cargo-cratesup" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crates_io_api] version = "0.11.0" [dependencies.semver] version = "1.0.23" [dependencies.spinners] version = "4.1.1" [dependencies.toml_edit] version = "0.22.22"