Cargo Features

[dependencies]
sea-orm-migration = { version = "2.0.0-rc.18", default-features = false, features = ["cli", "sqlx-dep", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "sqlite-use-returning-for-3_35", "runtime-async-std", "runtime-tokio", "runtime-async-std-native-tls", "runtime-tokio-native-tls", "runtime-async-std-rustls", "runtime-tokio-rustls", "with-json", "with-chrono", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "entity-registry"] }
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-dep sqlx-mysql? sqlx-postgres? sqlx-sqlite?
sqlx-mysql = sqlx-dep

Enables sqlx-mysql of sea-orm and optional sea-orm-cli

sqlx-postgres = sqlx-dep

Enables sqlx-postgres of sea-orm and optional sea-orm-cli

sqlx-sqlite = sqlx-dep

Enables sqlx-sqlite of sea-orm and optional sea-orm-cli

sqlite-use-returning-for-3_35

Enables sqlite-use-returning-for-3_35 of sea-orm

runtime-async-std

Enables runtime-async-std of sea-orm, optional sea-orm-cli, and sea-schema

runtime-tokio

Enables runtime-tokio of sea-orm, optional sea-orm-cli, and sea-schema

runtime-async-std-native-tls

Enables runtime-async-std-native-tls of sea-orm, optional sea-orm-cli, and sea-schema

runtime-tokio-native-tls

Enables runtime-tokio-native-tls of sea-orm, optional sea-orm-cli, and sea-schema

runtime-async-std-rustls

Enables runtime-async-std-rustls of sea-orm, optional sea-orm-cli, and sea-schema

runtime-tokio-rustls

Enables runtime-tokio-rustls of sea-orm, optional sea-orm-cli, and sea-schema

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

with-ipnetwork

Enables with-ipnetwork of sea-orm

entity-registry

Enables entity-registry 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