Cargo Features
[dependencies]
apca = { version = "0.29.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 ^0.5, native-tls-vendored of tokio-tungstenite ^0.20
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.