# 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_cli" version = "0.95.3" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Network CLI" homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_node" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [lib] name = "sn_cli" path = "src/lib.rs" [[bin]] name = "safe" path = "src/bin/main.rs" [[bench]] name = "files" path = "benches/files.rs" harness = false [dependencies.aes] version = "0.7.5" [dependencies.base64] version = "0.22.0" optional = true [dependencies.bitcoin] version = "0.31.0" optional = true [dependencies.block-modes] version = "0.8.1" [dependencies.bls] version = "8.0.1" package = "blsttc" [dependencies.bytes] version = "1.0.1" features = ["serde"] [dependencies.chrono] version = "~0.4.19" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.color-eyre] version = "~0.6" [dependencies.custom_debug] version = "~0.6.1" [dependencies.dialoguer] version = "~0.11.0" [dependencies.dirs-next] version = "~2.0.0" [dependencies.futures] version = "~0.3.13" [dependencies.hex] version = "~0.4.3" [dependencies.indicatif] version = "0.17.5" features = ["tokio"] [dependencies.libp2p] version = "0.53" features = [ "identify", "kad", ] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.reqwest] version = "0.12.2" features = ["rustls-tls-manual-roots"] default-features = false [dependencies.rmp-serde] version = "1.1.1" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.sn_build_info] version = "0.1.15" [dependencies.sn_client] version = "0.110.3" [dependencies.sn_logging] version = "0.2.36" [dependencies.sn_peers_acquisition] version = "0.5.3" [dependencies.sn_protocol] version = "0.17.11" [dependencies.tempfile] version = "3.6.0" [dependencies.tiny-keccak] version = "~2.0.2" [dependencies.tokio] version = "1.32.0" features = [ "io-util", "macros", "parking_lot", "rt", "sync", "time", "fs", ] [dependencies.tracing] version = "~0.1.26" [dependencies.url] version = "2.4.0" [dependencies.walkdir] version = "~2.5.0" [dependencies.xor_name] version = "5.0.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.rand] version = "~0.8.5" features = ["small_rng"] [dev-dependencies.sn_client] version = "0.110.3" features = ["test-utils"] [dev-dependencies.tempfile] version = "3.6.0" [features] default = ["metrics"] distribution = [ "base64", "bitcoin", ] local-discovery = [ "sn_client/local-discovery", "sn_peers_acquisition/local-discovery", ] metrics = ["sn_logging/process-metrics"] network-contacts = ["sn_peers_acquisition/network-contacts"] open-metrics = ["sn_client/open-metrics"] [lints.clippy] clone_on_ref_ptr = "warn" unicode_not_nfc = "warn" uninlined_format_args = "warn" unused_async = "warn" unwrap_used = "warn" [lints.rust] arithmetic_overflow = "forbid" mutable_transmutes = "forbid" no_mangle_const_items = "forbid" trivial_casts = "warn" trivial_numeric_casts = "warn" unknown_crate_types = "forbid" unsafe_code = "forbid" unused_extern_crates = "warn" unused_import_braces = "warn"