# 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 = "peernet" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "easy and reliable p2p networking" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/dvc94ch/peernet" [lib] name = "peernet" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.74" [dependencies.bincode] version = "1.3.3" [dependencies.futures] version = "0.3.29" [dependencies.getrandom] version = "0.2.11" [dependencies.iroh-net] version = "0.26.0" [dependencies.serde] version = "1.0.193" [dependencies.tokio] version = "1.34.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.env_logger] version = "0.11.3"