# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quic-p2p" version = "0.7.1" authors = ["MaidSafe Developers "] description = "Peer-to-peer networking library using QUIC" homepage = "https://maidsafe.net" documentation = "https://docs.rs/qp2p" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/qp2p" [dependencies.base64] version = "~0.10.1" [dependencies.bincode] version = "1.2.1" [dependencies.bytes] version = "~0.5.4" features = ["serde"] [dependencies.crossbeam-channel] version = "~0.4.2" [dependencies.derive_more] version = "~0.99.2" [dependencies.err-derive] version = "~0.2.2" [dependencies.futures] version = "~0.3.1" [dependencies.igd] version = "~0.10.2" features = ["aio"] optional = true [dependencies.log] version = "~0.4.6" [dependencies.quinn] version = "~0.6.1" features = ["tls-rustls"] default-features = false [dependencies.rcgen] version = "~0.7.0" [dependencies.rustls] version = "~0.17.0" features = ["dangerous_configuration"] [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "~0.2.15" [dependencies.tokio] version = "~0.2.5" features = ["rt-core", "sync", "time", "io-driver"] [dependencies.unwrap] version = "1.2.1" [dependencies.webpki] version = "~0.21.2" [dev-dependencies.clap] version = "2.32.0" [dev-dependencies.crc] version = "1.8.1" [dev-dependencies.env_logger] version = "~0.6.1" [dev-dependencies.rand] version = "~0.7.3" [dev-dependencies.rustyline] version = "4.1.0" [dev-dependencies.tracing] version = "~0.1" [dev-dependencies.tracing-subscriber] version = "~0.2.4" [features] upnp = ["igd"] [target."cfg(any(all(unix, not(any(target_os = \"android\", target_os = \"androideabi\", target_os = \"ios\"))), windows))".dependencies.directories] version = "1.0.2"