Cargo Features
[dependencies]
aqueducts = { version = "0.8.0", default-features = false, features = ["s3", "gcs", "azure", "odbc", "schema_gen", "json", "yaml", "toml"] }
- default = yaml
-
The
yaml
feature is set by default wheneveraqueducts
is added without
somewhere in the dependency tree.default-features = false - s3
-
Enables s3 of aqueducts-utils
- gcs
-
Enables gcs of aqueducts-utils
- azure
-
Enables azure of aqueducts-utils
- odbc = aqueducts-odbc
-
Affects
destinations::odbc
,sources::OdbcSource
… - schema_gen = schemars
- json
-
Enables serde_json
- yaml default
-
Enables serde_yml ^0.0.10
- toml
-
Enables toml
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.