Cargo Features

migrant_lib has no features set by default.

[dependencies]
migrant_lib = { version = "0.34.0", features = ["d-sqlite", "d-postgres", "d-mysql", "d-all"] }
d-sqlite d-all? = rusqlite
d-postgres d-all? = native-tls, postgres, postgres-native-tls
d-mysql d-all? = mysql
d-all = d-mysql, d-postgres, d-sqlite

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.

postgres d-postgres?
native-tls d-postgres?
postgres-native-tls d-postgres?
rusqlite d-sqlite?

Enables rusqlite ^0.29

mysql d-mysql?

Enables mysql ^22