# 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 = "sn-releases" version = "0.3.1" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Download and unpack binaries released from the safe_network repository" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/sn-releases" [lib] name = "sn_releases" path = "src/lib.rs" [[test]] name = "download_url" path = "tests/download_url.rs" [[test]] name = "test_download_from_s3" path = "tests/test_download_from_s3.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4.26" [dependencies.flate2] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0.22" [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4.40" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.26" features = ["full"] [dependencies.zip] version = "0.6.6" [dev-dependencies.assert_fs] version = "~1.0" [dev-dependencies.predicates] version = "2.0"