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 whenever aqueducts is added without default-features = false somewhere in the dependency tree.

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.

schemars schema_gen?
aqueducts-odbc odbc?