You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[features]
|
|
|
|
hide = [
|
|
|
|
# WASM-specific
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen-crate",
|
|
|
|
"wasm-bindgen",
|
|
|
|
# outdated dependencies
|
|
|
|
"h3",
|
|
|
|
"h3-quinn",
|
|
|
|
"quinn",
|
|
|
|
"dns-over-h3",
|
|
|
|
"dns-over-https",
|
|
|
|
"dns-over-https-rustls",
|
|
|
|
"dns-over-quic",
|
|
|
|
]
|
|
|
|
|