Cargo Features
[dependencies]
sea-orm-migration = { version = "1.1.1", default-features = false, features = ["cli", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "sqlite-use-returning-for-3_35", "runtime-actix", "runtime-async-std", "runtime-tokio", "runtime-actix-native-tls", "runtime-async-std-native-tls", "runtime-tokio-native-tls", "runtime-actix-rustls", "runtime-async-std-rustls", "runtime-tokio-rustls", "with-json", "with-chrono", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time"] }
- default = cli
-
The
cli
feature is set by default wheneversea-orm-migration
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, dotenvy
-
Enables cli of sea-orm-cli
Affects
sea-orm-migration::cli
… - sqlx-mysql
-
Enables sqlx-mysql of sea-orm
- sqlx-postgres
-
Enables sqlx-postgres of sea-orm
- sqlx-sqlite
-
Enables sqlx-sqlite of sea-orm
- sqlite-use-returning-for-3_35
-
Enables sqlite-use-returning-for-3_35 of sea-orm
- runtime-actix
-
Enables runtime-actix of sea-orm
- runtime-async-std
-
Enables runtime-async-std of sea-orm
- runtime-tokio
-
Enables runtime-tokio of sea-orm
- runtime-actix-native-tls
-
Enables runtime-actix-native-tls of sea-orm
- runtime-async-std-native-tls
-
Enables runtime-async-std-native-tls of sea-orm
- runtime-tokio-native-tls
-
Enables runtime-tokio-native-tls of sea-orm
- runtime-actix-rustls
-
Enables runtime-actix-rustls of sea-orm
- runtime-async-std-rustls
-
Enables runtime-async-std-rustls of sea-orm
- runtime-tokio-rustls
-
Enables runtime-tokio-rustls of sea-orm
- with-json
- with-chrono
-
Enables with-chrono of sea-orm
- with-rust_decimal
-
Enables with-rust_decimal of sea-orm
- with-bigdecimal
-
Enables with-bigdecimal of sea-orm
- with-uuid
- with-time
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.