# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sc-peerset" version = "8.0.0" authors = ["Parity Technologies "] description = "Connectivity manager based on reputation" homepage = "https://substrate.io" documentation = "https://docs.rs/sc-peerset" readme = "README.md" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.futures] version = "0.3.21" [dependencies.libp2p] version = "0.50.0" [dependencies.log] version = "0.4.17" [dependencies.sc-utils] version = "7.0.0" [dependencies.serde_json] version = "1.0.85" [dependencies.wasm-timer] version = "0.2" [dev-dependencies.rand] version = "0.8.5"