# 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 = "atm0s-small-p2p" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight peer-to-peer network utilizing the atm0s routing mechanism, built entirely with async programming and QUIC (using the quinn library)." readme = "README.md" license = "MIT" [lib] name = "atm0s_small_p2p" path = "src/lib.rs" [[example]] name = "benchmark" path = "examples/benchmark.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.anyhow] version = "1" [dependencies.bincode] version = "1.3" [dependencies.blake3] version = "1.3" [dependencies.derive_more] version = "1.0" features = [ "from", "into", "display", "deref", ] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.12" [dependencies.parking_lot] version = "0.12" [dependencies.quinn] version = "0.11" features = [ "ring", "runtime-tokio", "futures-io", ] [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.23" features = [ "ring", "std", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1" features = [ "io-util", "sync", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.clap] version = "4.4" features = [ "derive", "env", "color", ] [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", ]