# 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 = "cli-autoupdate" version = "0.0.12" authors = ["Alessandro Crugnola "] description = "Simple autoupdate library for checking/update binaries" readme = "README.md" license = "MIT" repository = "https://github.com/sephiroth74/cli-autoupdate" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.flate2] version = "1.0.30" [dependencies.futures-util] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" optional = true [dependencies.reqwest] version = "0.12.5" features = [ "json", "stream", ] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.204" features = [ "std", "derive", ] [dependencies.serde_json] version = "1.0.120" [dependencies.sha256] version = "1.5.0" [dependencies.tar] version = "0.4.41" [dependencies.thiserror] version = "1.0.62" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dev-dependencies.console] version = "0.15.8" [dev-dependencies.indicatif] version = "0.17.8" [dev-dependencies.logging-subscriber] version = "0.1.3" [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = [] progress = ["dep:indicatif"]