Cargo Features

[dependencies]
refinery = { version = "0.8.14", default-features = false, features = ["rusqlite-bundled", "rusqlite", "postgres", "mysql", "tokio-postgres", "mysql_async", "tiberius", "tiberius-config", "serde", "toml", "enums"] }
default = toml

The toml feature is set by default whenever refinery is added without default-features = false somewhere in the dependency tree.

rusqlite-bundled

Enables rusqlite-bundled of refinery-core

rusqlite

Enables rusqlite of refinery-core

postgres

Enables postgres of refinery-core

mysql

Enables mysql of refinery-core

tokio-postgres

Enables tokio-postgres of refinery-core

mysql_async

Enables mysql_async of refinery-core

tiberius

Enables tiberius of refinery-core

tiberius-config

Enables tiberius and tiberius-config of refinery-core

serde

Enables serde of refinery-core

toml default

Enables toml of refinery-core

enums

Enables enums of refinery-macros

Refinery has 12 features without comments.