# 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-syu" version = "0.1.1" build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Update Rust binary crates" readme = "README.md" keywords = [ "cargo", "update", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/idealseal/cargo-syu" [[bin]] name = "cargo-syu" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.git2] version = "0.19.0" [dependencies.home] version = "0.5.9" [dependencies.owo-colors] version = "4.1.0" [dependencies.rayon] version = "1.10.0" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tempfile] version = "3.13.0" [dependencies.toml] version = "0.8.19" [dependencies.ureq] version = "2.10.1"