# 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 = "pea-p2p" version = "0.1.1" description = "Peacash P2P" license = "GPL-3.0" repository = "https://github.com/peacash/peacash" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.50" features = [ "mplex", "noise", "tcp", "request-response", "autonat", "macros", "identify", "mdns", "gossipsub", "tokio", ] [dependencies.pea-core] version = "0.6" [dependencies.pea-util] version = "0.1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.24"