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 wheneverasyncmigrate
is added without
somewhere in the dependency tree.default-features = false - 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.