Cargo Features

[dependencies]
butane = { version = "0.8.0", default-features = false, features = ["async", "async-adapter", "deadpool", "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.

async deadpool? pg?

Enables async of butane_codegen and butane_core

Affects butane::prelude_async

async-adapter

Enables async-adapter of butane_core

deadpool = async

Enables deadpool

Affects db::ConnectionManager

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 = async

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

Affects db::ConnectionManager

tls

Enables tls of butane_core

uuid default

Enables uuid of butane_codegen and butane_core