Cargo Features

[dependencies]
sea-orm-migration = { version = "1.0.0-rc.3", default-features = false, features = ["cli", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "sqlite-use-returning-for-3_35", "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 whenever sea-orm-migration is added without default-features = false somewhere in the dependency tree.

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-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

Enables with-json of sea-orm

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

Enables with-uuid of sea-orm

with-time

Enables with-time of sea-orm

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.

clap cli
dotenvy cli
sea-orm-cli cli