# 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-dns" version = "0.3.0" description = "DNS to DNS-over-https proxy" homepage = "https://github.com/pandaninjas/quic-dns" readme = "README.md" keywords = [ "dns", "quic", "quad1", "proxy", ] categories = ["network-programming"] license = "MPL-2.0 OR AGPL-3.0" repository = "https://github.com/pandaninjas/quic-dns" [profile.release] lto = "fat" codegen-units = 1 [profile.release-with-debug] debug = 2 inherits = "release" [dependencies.bytes] version = "1.6.0" [dependencies.const_format] version = "0.2.32" [dependencies.fast_log] version = "1.6.16" [dependencies.h3] version = "0.0.6" [dependencies.h3-quinn] version = "0.0.7" [dependencies.http] version = "1" [dependencies.log] version = "0.4.21" [dependencies.quinn] version = "0.11.0" features = ["ring"] [dependencies.rustls] version = "0.21" [dependencies.rustls-native-certs] version = "0.7" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.webpki-roots] version = "0.26.0-alpha.1"