# 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_testnet" version = "0.3.50" authors = ["MaidSafe Developers "] description = "The Safe Network Tesnet Starter." homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_node" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [[bin]] name = "testnet" path = "src/main.rs" [dependencies.clap] version = "3.2.0" features = [ "derive", "env", ] [dependencies.color-eyre] version = "~0.6.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.eyre] version = "~0.6.5" [dependencies.libp2p] version = "0.53" [dependencies.libp2p-identity] version = "0.2.7" features = ["rand"] [dependencies.prost] version = "0.9" [dependencies.regex] version = "1.10" [dependencies.tokio] version = "1.35.0" features = [ "io-util", "macros", "rt-multi-thread", "sync", ] [dependencies.tonic] version = "0.6.2" [dependencies.tracing] version = "~0.1.26" [dependencies.tracing-core] version = "~0.1.21" [dependencies.tracing-subscriber] version = "~0.3.1" [dependencies.walkdir] version = "~2.4.0" [dev-dependencies.assert_fs] version = "~1.0" [dev-dependencies.mockall] version = "0.11.3" [dev-dependencies.predicates] version = "3.0" [build-dependencies.tonic-build] version = "~0.6.2" [features] chaos = [] default = [] local-discovery = [] network-contacts = [] open-metrics = [] otlp = [] statemap = [] websockets = [] [lints.clippy] 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"