# 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 = "autonomi-cli" version = "0.1.5" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Autonomi CLI" homepage = "https://maidsafe.net" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [[bin]] name = "autonomi" path = "src/main.rs" [[bench]] name = "files" path = "benches/files.rs" harness = false [dependencies.autonomi] version = "0.2.4" features = [ "data", "fs", "vault", "registers", "loud", ] [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.color-eyre] version = "~0.6" [dependencies.const-hex] version = "1.13.1" [dependencies.dirs-next] version = "~2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.5" features = ["tokio"] [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "~0.8.5" features = ["small_rng"] [dependencies.ring] version = "0.17.8" [dependencies.rpassword] version = "7.0" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.132" [dependencies.sn_build_info] version = "0.1.19" [dependencies.sn_logging] version = "0.2.40" [dependencies.sn_peers_acquisition] version = "0.5.7" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32.0" features = [ "io-util", "macros", "parking_lot", "rt", "sync", "time", "fs", ] [dependencies.tracing] version = "~0.1.26" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.autonomi] version = "0.2.4" features = [ "data", "fs", ] [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.rayon] version = "1.8.0" [dev-dependencies.tempfile] version = "3.6.0" [features] default = ["metrics"] local = [ "sn_peers_acquisition/local", "autonomi/local", ] metrics = ["sn_logging/process-metrics"] network-contacts = ["sn_peers_acquisition/network-contacts"] [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 = "warn" unused_extern_crates = "warn" unused_import_braces = "warn"