Cargo Features

doge_transport has no features set by default.

[dependencies]
doge_transport = { version = "0.2.5", features = ["with_tls", "with_https", "with_nativetls", "with_nativetls_vendored", "with_rustls"] }
default

these are enabled in the main dog crate

with_tls
with_https = httparse
with_nativetls = native-tls
with_nativetls_vendored = native-tls

Enables vendored of native-tls

tls networking

with_rustls = rustls, webpki, webpki-roots

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

native-tls with_nativetls? with_nativetls_vendored?
httparse with_https?

Enables httparse

http response parsing

rustls with_rustls?
webpki with_rustls?
webpki-roots with_rustls?