# 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 = "conec" version = "0.2.0" authors = ["kwantam "] description = "COordinated NEtwork Channels" license = "Apache-2.0" repository = "https://github.com/kwantam/conec" [dependencies.bytes] version = "0.5" [dependencies.ct-logs] version = "0.6" [dependencies.err-derive] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.quinn] version = "0.6" [dependencies.rand] version = "0.7" [dependencies.rcgen] version = "0.8" [dependencies.rustls] version = "0.17" features = ["quic", "dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "0.2" features = ["rt-core", "time"] [dependencies.tokio-serde] version = "0.6" features = ["bincode"] [dependencies.tokio-util] version = "0.3" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.webpki] version = "0.21" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bincode] version = "1" [dev-dependencies.directories-next] version = "1.0" [dev-dependencies.rcgen] version = "0.8" features = ["x509-parser"] [dev-dependencies.semver] version = "0.10" [dev-dependencies.tokio] version = "0.2" features = ["rt-core", "time", "rt-threaded", "macros", "io-std", "io-util"]