# 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 = "up-rs" version = "0.16.2" authors = ["Gibson Fahnestock "] build = false exclude = ["tests/"] autobins = false autoexamples = false autotests = false autobenches = false description = """ up is a tool to help you keep your machine up to date. """ homepage = "https://github.com/gibfahn/up" documentation = "https://docs.rs/crate/up" readme = "README.md" keywords = [ "cli", "tool", ] categories = [ "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gibfahn/up" [lib] name = "up_rs" path = "src/lib.rs" [[bin]] name = "up" path = "src/main.rs" [dependencies.camino] version = "1.1.9" features = ["serde1"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = [ "derive", "env", "string", "wrap_help", ] [dependencies.clap_complete] version = "4.5.28" [dependencies.color-eyre] version = "0.6.3" [dependencies.dirs] version = "5.0.1" [dependencies.displaydoc] version = "0.2.5" [dependencies.duct] version = "0.13.7" [dependencies.envy] version = "0.4.2" [dependencies.git2] version = "0.19.0" features = [ "vendored-openssl", "vendored-libgit2", ] [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.plist] version = "1.7.0" [dependencies.rayon] version = "1.10.0" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.ring] version = "0.17.8" [dependencies.schemars] version = "0.8.21" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.shell-escape] version = "0.1.5" [dependencies.shellexpand] version = "3.1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-indicatif] version = "0.3.6" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.2" [dependencies.uzers] version = "0.12.1" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.ignore] version = "0.4.23" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"] default-features = false