Cargo Features
[dependencies]
deltalake-aws = { version = "0.4.1", default-features = false, features = ["native-tls", "rustls", "integration_test"] }
- default = rustls
-
The
rustls
feature is set by default wheneverdeltalake-aws
is added without
somewhere in the dependency tree.default-features = false - native-tls = hyper-tls
-
Enables client-hyper of aws-config, connector-hyper-0-14-x of aws-smithy-runtime
- rustls default
-
Enables client-hyper and rustls of aws-config, rustls of aws-sdk-dynamodb and aws-sdk-sts
- integration_test
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.