Cargo Features

Vfox has no features set by default.

[dependencies]
vfox = { version = "0.1.3", features = ["cli", "native-tls", "rustls", "rustls-native-roots"] }
cli = clap, env_logger

Enables full of tokio

tokio:

enable everything

native-tls

Enables native-tls of xx

rustls

Enables rustls of xx

rustls-native-roots

Enables rustls-native-roots of xx

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.

env_logger cli?

Enables env_logger

cli dependencies

clap cli?