[dependencies.async-trait]
default-features = false
version = "0.1"
[dependencies.clap]
features = ["env", "derive"]
optional = true
version = "4.3"
[dependencies.dotenvy]
default-features = false
optional = true
version = "0.15"
[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3"
[dependencies.sea-orm]
default-features = false
features = ["macros"]
version = "0.12.12"
[dependencies.sea-orm-cli]
default-features = false
optional = true
version = "0.12.12"
[dependencies.sea-schema]
version = "0.14.1"
[dependencies.tracing]
default-features = false
features = ["log"]
version = "0.1"
[dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3.17"
[dev-dependencies.async-std]
features = ["attributes", "tokio1"]
version = "1"
[features]
cli = ["clap", "dotenvy", "sea-orm-cli/cli"]
default = ["cli"]
runtime-actix-native-tls = ["sea-orm/runtime-actix-native-tls"]
runtime-actix-rustls = ["sea-orm/runtime-actix-rustls"]
runtime-async-std-native-tls = ["sea-orm/runtime-async-std-native-tls"]
runtime-async-std-rustls = ["sea-orm/runtime-async-std-rustls"]
runtime-tokio-native-tls = ["sea-orm/runtime-tokio-native-tls"]
runtime-tokio-rustls = ["sea-orm/runtime-tokio-rustls"]
sqlx-mysql = ["sea-orm/sqlx-mysql"]
sqlx-postgres = ["sea-orm/sqlx-postgres"]
sqlx-sqlite = ["sea-orm/sqlx-sqlite"]
with-bigdecimal = ["sea-orm/with-bigdecimal"]
with-chrono = ["sea-orm/with-chrono"]
with-json = ["sea-orm/with-json"]
with-rust_decimal = ["sea-orm/with-rust_decimal"]
with-time = ["sea-orm/with-time"]
with-uuid = ["sea-orm/with-uuid"]
[lib]
name = "sea_orm_migration"
path = "src/lib.rs"
[package]
authors = ["Billy Chan <ccw.billy.123@gmail.com>"]
categories = ["database"]
description = "Migration utility for SeaORM"
documentation = "https://docs.rs/sea-orm"
edition = "2021"
homepage = "https://www.sea-ql.org/SeaORM"
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
license = "MIT OR Apache-2.0"
name = "sea-orm-migration"
readme = "README.md"
repository = "https://github.com/SeaQL/sea-orm"
rust-version = "1.65"
version = "0.12.12"