# 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 = "tetsy-libp2p-relay" version = "0.1.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Communications relaying for tetsy-libp2p" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tetsy-libp2p-relay" keywords = ["tetcoin", "tetcore", "tetsy-libp2p", "crypto", "networking"] categories = ["cryptography::cryptocurrencies", "network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/tetcoin/tetsy-libp2p" [dependencies.asynchronous-codec] version = "0.6" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.1" [dependencies.futures-timer] version = "3" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1" [dependencies.prost] version = "0.7" [dependencies.rand] version = "0.7" [dependencies.smallvec] version = "0.6.9" [dependencies.tetsy-libp2p-core] version = "0.27" [dependencies.tetsy-libp2p-swarm] version = "0.28" [dependencies.unsigned-varint] version = "0.7" features = ["asynchronous_codec"] [dependencies.void] version = "1" [dependencies.wasm-timer] version = "0.2" [dev-dependencies.env_logger] version = "0.7.1" [build-dependencies.prost-build] version = "0.7"