Cargo Features

[dependencies]
asyncmigrate = { version = "0.2.0", default-features = false, features = ["async-postgres", "async-mysql"] }
default = async-postgres

The async-postgres feature is set by default whenever asyncmigrate is added without default-features = false somewhere in the dependency tree.

async-postgres default = tokio-postgres

Affects asyncmigrate::tokio_postgres

async-mysql = mysql_async

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.

tokio-postgres async-postgres
mysql_async async-mysql?

Enables mysql_async ^0.30