Cargo Features

[dependencies]
prefect = { version = "0.2.0", default-features = false, features = ["bundled-sqlite"] }
default = bundled-sqlite

The bundled-sqlite feature is set by default whenever prefect is added without default-features = false somewhere in the dependency tree.

bundled-sqlite default

Enables bundled of rusqlite ^0.28.0

Prefect has 2 features without comments.