Cargo Features

[dependencies]
deltalake-aws = { version = "0.1.1", default-features = false, features = ["native-tls", "rustls", "integration_test"] }
default = rustls

The rustls feature is set by default whenever deltalake-aws is added without default-features = false somewhere in the dependency tree.

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.

aws-smithy-runtime native-tls?
hyper-tls native-tls?

Enables hyper-tls ^0.5