sea-orm-migration 1.1.6

Migration utility for SeaORM
Documentation
[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.sea-orm]
default-features = false
features = ["macros"]
version = "~1.1.6"

[dependencies.sea-orm-cli]
default-features = false
optional = true
version = "~1.1.6"

[dependencies.sea-schema]
version = "0.16.0"

[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 = ["sea-orm/runtime-actix"]
runtime-actix-native-tls = ["sea-orm/runtime-actix-native-tls"]
runtime-actix-rustls = ["sea-orm/runtime-actix-rustls"]
runtime-async-std = ["sea-orm/runtime-async-std"]
runtime-async-std-native-tls = ["sea-orm/runtime-async-std-native-tls"]
runtime-async-std-rustls = ["sea-orm/runtime-async-std-rustls"]
runtime-tokio = ["sea-orm/runtime-tokio"]
runtime-tokio-native-tls = ["sea-orm/runtime-tokio-native-tls"]
runtime-tokio-rustls = ["sea-orm/runtime-tokio-rustls"]
sqlite-use-returning-for-3_35 = ["sea-orm/sqlite-use-returning-for-3_35"]
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>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 = "1.1.6"

[[test]]
name = "main"
path = "tests/main.rs"