# 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 = "quic-probe" version = "0.1.0" authors = ["Kuba Jaroszewski "] description = "Library and app to probe QUIC servers" homepage = "https://github.com/pierd/quic-probe" readme = "README.md" keywords = [ "networking", "udp", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/pierd/quic-probe" [dependencies.anyhow] version = "1.0" [dependencies.quinn] version = "0.10" [dependencies.rustls] version = "0.21" features = ["dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.6.2" optional = true [dependencies.rustls-pemfile] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tracing] version = "0.1" [dependencies.webpki-roots] version = "0.23.0" optional = true [features] default = [ "tls-webpki-roots", "tls-native-roots", ] tls-native-roots = ["dep:rustls-native-certs"] tls-webpki-roots = ["dep:webpki-roots"]