Cargo Features
[dependencies]
deltalake = { version = "0.26.1", default-features = false, features = ["azure", "datafusion", "datafusion-ext", "gcs", "glue", "hdfs", "json", "python", "s3-native-tls", "s3", "unity-experimental", "lakefs", "native-tls", "rustls"] }
- azure = deltalake-azure
-
All of these features are just reflected into the core crate until that functionality is broken apart
- default = rustls
-
The
rustls
feature is set by default wheneverdeltalake
is added without
somewhere in the dependency tree.default-features = false - datafusion datafusion-ext?
-
Enables datafusion of deltalake-core
- datafusion-ext = datafusion
- gcs = deltalake-gcp
- glue = deltalake-catalog-glue
- hdfs = deltalake-hdfs
- json
-
Enables json of deltalake-core
- python
-
Enables python of deltalake-core
- s3-native-tls = native-tls
-
Enables native-tls of deltalake-aws
- s3 = rustls
-
Enables rustls of deltalake-aws
- unity-experimental = deltalake-catalog-unity
- lakefs = deltalake-lakefs
- native-tls s3-native-tls?
-
Enables native-tls of deltalake-core
- rustls default s3?
-
Enables rustls of deltalake-core
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.