# 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 = "2018" name = "libdoh" version = "0.9.11" authors = ["Frank Denis "] description = "DoH and Oblivious DoH library for the rust-doh app" homepage = "https://github.com/jedisct1/rust-doh" keywords = [ "dns", "https", "doh", "odoh", "proxy", ] categories = [ "asynchronous", "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/jedisct1/rust-doh" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.86" [dependencies.arc-swap] version = "1.7.1" [dependencies.base64] version = "0.22.1" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.6.0" [dependencies.futures] version = "0.3.30" [dependencies.hyper] version = "^0.14.29" features = [ "server", "http1", "http2", "stream", "runtime", ] default-features = false [dependencies.odoh-rs] version = "1.0.3" [dependencies.rand] version = "0.8.5" [dependencies.rustls-pemfile] version = "^1.0.4" [dependencies.tokio] version = "1.38.0" features = [ "net", "rt-multi-thread", "time", "sync", ] [dependencies.tokio-rustls] version = "^0.24.1" features = ["early-data"] optional = true [features] default = ["tls"] tls = ["tokio-rustls"]