# 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 = "tet-libp2p-core" version = "0.27.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Core traits and structs of tet-libp2p" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tet-libp2p-core" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies", "network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/tetcoin/tet-libp2p" [[bench]] name = "peer_id" harness = false [dependencies.asn1_der] version = "0.6.1" [dependencies.bs58] version = "0.4.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.either] version = "1.5" [dependencies.fnv] version = "1.0" [dependencies.futures] version = "0.3.1" features = ["executor", "thread-pool"] [dependencies.futures-timer] version = "3" [dependencies.lazy_static] version = "1.2" [dependencies.libsecp256k1] version = "0.3.1" optional = true [dependencies.log] version = "0.4" [dependencies.multiaddr] version = "0.11" package = "tet-multiaddr" [dependencies.multihash] version = "0.13" features = ["std", "multihash-impl", "identity", "sha2"] default-features = false [dependencies.parking_lot] version = "0.11.0" [dependencies.pin-project] version = "1.0.0" [dependencies.prost] version = "0.7" [dependencies.rand] version = "0.7" [dependencies.rw-stream-sink] version = "0.2.0" [dependencies.sha2] version = "0.9.1" [dependencies.smallvec] version = "1.0" [dependencies.tet-multistream-select] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.unsigned-varint] version = "0.6" [dependencies.void] version = "1" [dependencies.zeroize] version = "1" [dev-dependencies.async-std] version = "1.6.2" features = ["attributes"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.multihash] version = "0.13" features = ["arb"] default-features = false [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.wasm-timer] version = "0.2" [build-dependencies.prost-build] version = "0.7" [features] default = ["secp256k1"] secp256k1 = ["libsecp256k1"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ring] version = "0.16.9" features = ["alloc", "std"] default-features = false