Cargo Features

[dependencies]
aqueducts-cli = { version = "0.8.0", default-features = false, features = ["s3", "gcs", "azure", "odbc", "json", "toml", "yaml"] }
default = azure, gcs, s3, yaml

These default features are set whenever aqueducts-cli is added without default-features = false somewhere in the dependency tree.

s3 default

Enables s3 of aqueducts

gcs default

Enables gcs of aqueducts

azure default

Enables azure of aqueducts

odbc

Enables odbc of aqueducts

json

Enables json of aqueducts

toml

Enables toml of aqueducts

yaml default

Enables yaml of aqueducts

aqueducts-cli has 8 features without comments.