# 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_comms" version = "0.8.0" authors = ["MaidSafe Developers "] description = "The Safe Network Node Comms." homepage = "https://maidsafe.net" documentation = "https://docs.rs/safenode" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" resolver = "1" [dependencies.custom_debug] version = "~0.5.0" [dependencies.dashmap] version = "5.1.0" features = ["serde"] [dependencies.futures] version = "~0.3.13" [dependencies.qp2p] version = "0.36.1" [dependencies.sn_interface] version = "^0.22.0" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.0.23" features = ["sync"] [dependencies.tracing] version = "~0.1.26" [dependencies.xor_name] version = "~5.0.0" [dev-dependencies.assert_matches] version = "1.3" [dev-dependencies.bls] version = "8.0.1" package = "blsttc" [dev-dependencies.eyre] version = "~0.6.5" [dev-dependencies.futures] version = "~0.3.13" [dev-dependencies.proptest] version = "~1.0.0" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", "sync", ] [features] default = [] test = []