Cargo Features
Aqueducts has no features set by default.
[dependencies]
aqueducts = { version = "0.6.3", features = ["s3", "gcs", "azure", "odbc", "schema_gen"] }
- 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
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.