# 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 = "kitsune_p2p_transport_quic" version = "0.3.4" authors = ["Holochain Core Dev Team "] description = "QUIC transport module for kitsune-p2p" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/kitsune_p2p_transport_quic" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "dht", "networking", ] categories = ["network-programming"] license = "Apache-2.0" [dependencies.blake2b_simd] version = "1.0.0" [dependencies.futures] version = "0.3" [dependencies.if-addrs] version = "0.12" [dependencies.kitsune_p2p_types] version = "^0.3.4" [dependencies.quinn] version = "0.8.1" [dependencies.rustls] version = "0.20.4" features = ["dangerous_configuration"] [dependencies.tokio] version = "1.27" features = ["full"] [dependencies.webpki] version = "=0.22.2" [features] sqlite = ["kitsune_p2p_types/sqlite"] sqlite-encrypted = ["kitsune_p2p_types/sqlite-encrypted"] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"