Cargo Features
[dependencies]
fusillade = { version = "0.12.1", default-features = false, features = ["postgres"] }
- default = postgres
-
The
postgresfeature is set by default wheneverfusilladeis added withoutsomewhere in the dependency tree.default-features = false - postgres default = sqlx
-
Affects
fusillade::migrator,manager::postgres…
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.