# 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 = "pchain_network" version = "0.4.3" authors = ["ParallelChain Lab "] description = "parallelchain-network: Libp2p based Network Layer implementation for ParallelChain Mainnet." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/parallelchain-io/pchain-network" [lib] path = "src/lib.rs" doctest = false [dependencies.async-trait] version = "0.1" [dependencies.base64url] version = "0.1.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.futures] version = "0.3.21" [dependencies.libp2p] version = "0.52.1" features = [ "dns", "gossipsub", "identify", "ping", "tcp", "kad", "noise", "yamux", "macros", "tokio", ] [dependencies.libp2p-mplex] version = "0.40.0" [dependencies.log] version = "0.4" [dependencies.pchain-types] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "macros", ] [dev-dependencies.serial_test] version = "0.5"