# 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 = "tentacle-identify" version = "0.2.10" authors = ["Qian Linfeng "] description = "p2p identify protocol" keywords = ["network", "peer-to-peer", "p2p", "identify"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/nervosnetwork/p2p" [package.metadata.docs.rs] all-features = false features = ["molc"] no-default-features = true [dependencies.bytes] version = "0.4" [dependencies.flatbuffers] version = "0.6.0" optional = true [dependencies.flatbuffers-verifier] version = "0.2.0" optional = true [dependencies.log] version = "0.4" [dependencies.molecule] version = "0.4.0" optional = true [dependencies.p2p] version = "0.2.6" package = "tentacle" [dependencies.tokio] version = "0.1" [dev-dependencies.env_logger] version = "0.6.0" [dev-dependencies.futures] version = "0.1" [dev-dependencies.tokio] version = "0.1" [features] default = [] flatc = ["flatbuffers", "flatbuffers-verifier", "p2p/flatc"] molc = ["molecule", "p2p/molc"]