libdoh 0.2.1

DoH library for the rust-doh app
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.11"

[dependencies.byteorder]
version = "1.3"

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
default-features = false
features = ["stream"]
version = "0.13"

[dependencies.native-tls]
optional = true
version = "0.2.3"

[dependencies.tokio]
features = ["rt-threaded", "time", "tcp", "udp", "stream"]
version = "0.2"

[dependencies.tokio-tls]
optional = true
version = "0.3"

[features]
default = []
tls = ["native-tls", "tokio-tls"]

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["asynchronous", "network-programming", "command-line-utilities"]
description = "DoH library for the rust-doh app"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-doh"
keywords = ["dns", "https", "doh", "proxy"]
license = "MIT"
name = "libdoh"
repository = "https://github.com/jedisct1/rust-doh"
version = "0.2.1"
[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
opt-level = 3
panic = "abort"