# 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 = "pip-upgrade" version = "0.3.0" authors = ["Araxeus"] description = "Tiny cli utility to update all your installed Python packages" homepage = "https://github.com/Araxeus/pip-upgrade" readme = "README.md" keywords = [ "pip", "upgrade", "update", "command", "global", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Araxeus/pip-upgrade" [[bin]] name = "pip-upgrade" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.spinoff] version = "0.8.0"