# 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_peers_acquisition" version = "0.5.7" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Network Peers Acquisition" 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_peers_acquisition" path = "src/lib.rs" [dependencies.clap] version = "4.2.1" features = [ "derive", "env", ] [dependencies.lazy_static] version = "~1.4.0" [dependencies.libp2p] version = "0.54.1" features = [] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.2" features = ["rustls-tls"] default-features = false [dependencies.sn_protocol] version = "0.17.15" optional = true [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.32.0" default-features = false [dependencies.tracing] version = "~0.1.26" [dependencies.url] version = "2.4.0" [features] local = [] network-contacts = ["sn_protocol"] websockets = [] [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"