# 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 = "qp2p" version = "0.36.4" authors = ["MaidSafe Developers "] description = "Peer-to-peer networking library using QUIC" homepage = "https://maidsafe.net" documentation = "https://docs.rs/qp2p" readme = "README.md" keywords = ["quic"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/qp2p" [[example]] name = "p2p_node" [dependencies.bincode] version = "1.2.1" [dependencies.bytes] version = "1.0.1" features = ["serde"] [dependencies.futures] version = "~0.3.8" [dependencies.quinn] version = "0.9" features = [ "tls-rustls", "ring", "runtime-tokio", ] default-features = false [dependencies.quinn-proto] version = "0.9" features = [ "tls-rustls", "ring", ] default-features = false [dependencies.rcgen] version = "~0.9" [dependencies.rustls] version = "0.20.2" features = [ "quic", "dangerous_configuration", ] default-features = false [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.structopt] version = "0.3.25" optional = true [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.12.0" features = ["sync"] [dependencies.tracing] version = "~0.1.26" [dependencies.webpki] version = "0.22.0" [dev-dependencies.color-eyre] version = "0.5.11" [dev-dependencies.ctor] version = "0.1.20" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rand] version = "~0.7.3" features = ["small_rng"] [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] [dev-dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dev-dependencies.tokio] version = "1.12.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.2.19"