mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 09:37:55 +00:00
00973f5b62
* Clean up sc-peerset * cargo +nightly fmt --all * Nit * Nit * . * Nit * . * Apply suggestions from code review * . * Update client/peerset/src/peersstate.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
26 lines
692 B
TOML
26 lines
692 B
TOML
[package]
|
|
description = "Connectivity manager based on reputation"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
name = "sc-peerset"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
documentation = "https://docs.rs/sc-peerset"
|
|
readme = "README.md"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
futures = "0.3.9"
|
|
libp2p = { version = "0.39.1", default-features = false }
|
|
sc-utils = { version = "4.0.0-dev", path = "../utils"}
|
|
log = "0.4.8"
|
|
serde_json = "1.0.68"
|
|
wasm-timer = "0.2"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.7.2"
|