Cargo Features

[dependencies]
butane = { version = "0.6.1", default-features = false, features = ["fake", "json", "sqlite", "sqlite-bundled", "pg", "datetime", "debug", "log", "r2d2", "tls", "uuid"] }
default = datetime, json, uuid

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

fake

Enables fake of butane_core

json default

Enables json of butane_codegen and butane_core

sqlite

Enables sqlite of butane_core

sqlite-bundled

Enables sqlite-bundled of butane_core

pg

Enables pg of butane_core

datetime default

Enables datetime of butane_codegen and butane_core

debug

Enables debug of butane_core

log

Enables log of butane_core

r2d2

Enables r2d2 of butane_core

tls

Enables tls of butane_core

uuid default

Enables uuid of butane_codegen and butane_core

Butane has 12 features without comments.