[package] name = "tc-authority-discovery" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore" documentation = "https://docs.rs/tc-authority-discovery" description = "Tetcore authority discovery." readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] prost-build = "0.7" [dependencies] async-trait = "0.1" codec = { package = "tetsy-scale-codec", default-features = false, version = "2.0.1" } derive_more = "0.99.2" either = "1.5.3" futures = "0.3.9" futures-timer = "3.0.1" tetsy-libp2p = { version = "0.34.2", default-features = false, features = ["kad"] } # tetsy-libp2p = { default-features = false, features =["kad"], git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" } log = "0.4.8" prometheus-endpoint = { package = "prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.1"} prost = "0.7" rand = "0.7.2" tc-client-api = { version = "2.0.0", path = "../api" } tc-network = { version = "0.8.0", path = "../network" } serde_json = "1.0.41" tp-authority-discovery = { version = "2.0.2", path = "../../primitives/authority-discovery" } tp-blockchain = { version = "2.0.2", path = "../../primitives/blockchain" } tet-core = { version = "2.0.2", path = "../../primitives/core" } tp-keystore = { version = "0.8.1", path = "../../primitives/keystore" } tp-runtime = { version = "2.0.2", path = "../../primitives/runtime" } tp-api = { version = "2.0.2", path = "../../primitives/api" } [dev-dependencies] quickcheck = "0.9.0" tetcore-tracing = { version = "2.0.2", path = "../../primitives/tracing" } tc-peerset = { version = "2.0.0", path = "../peerset" } # tetcore-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client"} tetcore-test-runtime-client = { path = "../../test-utils/runtime/client"}