Cargo Features
[dependencies]
tracing-layer-core = { version = "0.3.0", default-features = false, features = ["gzip", "native-tls", "rustls", "aws-lambda"] }
- default = gzip, rustls
-
These default features are set whenever
tracing-layer-core
is added without
somewhere in the dependency tree.default-features = false - gzip default
- native-tls
-
Enables default-tls of reqwest
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
- rustls default
-
Enables rustls-tls of reqwest
- aws-lambda = aws-config, aws-sdk-lambda, lambda-extension
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.