Cargo Features

Migrant has no features set by default.

[dependencies]
migrant = { version = "0.14.0", features = ["sqlite", "postgres", "mysql", "update", "integration_tests"] }
sqlite = rusqlite

Enables d-sqlite of migrant_lib ^0.32

postgres

Enables d-postgres of migrant_lib ^0.32

mysql

Enables d-mysql of migrant_lib ^0.32

update = self_update
integration_tests

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.

self_update update?

Enables self_update ^0.26

rusqlite sqlite?

Enables rusqlite ^0.24