# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stronghold-communication" version = "0.4.1" authors = ["IOTA Stiftung"] description = "libp2p-noise based communication system for IOTA Stronghold" homepage = "https://stronghold.docs.iota.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/iotaledger/stronghold.rs" [lib] name = "communication" [dependencies.async-std] version = "1.6" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3.0.0-beta.1" features = ["yaml"] [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.37" features = ["dns-async-std", "identify", "mdns", "noise", "relay", "request-response", "tcp-async-io", "yamux", "websocket"] default-features = false [dependencies.regex] version = "1.3" [dependencies.riker] version = "0.4" [dependencies.serde] version = "1.0" features = ["alloc", "derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.stronghold-utils] version = "0.3" [dependencies.thiserror] version = "1.0" [features] default = ["mdns"] mdns = []