[package] name = "tet-libp2p-identify" edition = "2018" description = "Nodes identifcation protocol for tet-libp2p" version = "0.27.0" authors = ["Parity Technologies ", "Tetcoin Developers "] license = "MIT" repository = "https://github.com/tetcoin/tet-libp2p" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies", "network-programming", "asynchronous"] homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tet-libp2p-identity" [dependencies] futures = "0.3.1" tet-libp2p-core = { version = "0.27.0", path = "../../core" } tet-libp2p-swarm = { version = "0.27.0", path = "../../swarm" } log = "0.4.1" prost = "0.7" smallvec = "1.0" wasm-timer = "0.2" [dev-dependencies] async-std = "1.6.2" mplex = { path = "../../muxers/mplex" } tet-libp2p-noise = { path = "../../protocols/noise" } tet-libp2p-tcp = { path = "../../transports/tcp" } [build-dependencies] prost-build = "0.7"