# 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-upgrade-command" version = "0.3.0" authors = ["Araxeus"] description = "Tiny cli utility to update all globally installed cargo crates" homepage = "https://github.com/Araxeus/cargo-upgrade" readme = "README.md" keywords = [ "cargo", "upgrade", "update", "command", "global", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/Araxeus/cargo-upgrade" [[bin]] name = "cargo-upgrade" path = "src/main.rs" [dependencies.colored] version = "2.0.0" [dependencies.spinoff] version = "0.7.0"