Cargo Features
[dependencies]
async-sea-orm-session = { version = "0.3.0", default-features = false, features = ["migration"] }
- default = migration
-
The
migration
feature is set by default wheneverasync-sea-orm-session
is added without
somewhere in the dependency tree.default-features = false - migration default = sea-orm-migration
-
Affects
async-sea-orm-session::migration
…
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.