Cargo Features
[dependencies]
apca = { version = "0.30.0", default-features = false, features = ["gzip", "vendored-openssl"] }
- default = gzip
-
The
gzip
feature is set by default wheneverapca
is added without
somewhere in the dependency tree.default-features = false - gzip default
-
Enables futures-io and gzip of async-compression
- vendored-openssl
-
Enables vendored of hyper-tls, native-tls-vendored of tokio-tungstenite
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.