# 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 = "safeup" version = "0.7.0" authors = ["MaidSafe Developers "] description = "CLI for installing components for accessing the Safe Network" readme = "README.md" license = "GPL-3.0" [[bin]] name = "safeup" path = "src/main.rs" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.dirs-next] version = "2.0.0" [dependencies.flate2] version = "1.0" [dependencies.indicatif] version = "0.17.3" [dependencies.indoc] version = "2.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sn-releases] version = "0.2.0" [dependencies.tempfile] version = "3.8.1" [dependencies.textwrap] version = "0.16.0" [dependencies.tokio] version = "1.26" features = ["full"] [dev-dependencies.assert_fs] version = "~1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.mockall] version = "0.11.3" [dev-dependencies.predicates] version = "2.0" [target."cfg(windows)".dependencies.winreg] version = "0.7"