sz-orm-migration 1.2.2

SZ-ORM Migration, Phinx Migration, and Schema Generation
Documentation
[package]
publish = true
name = "sz-orm-migration"
description = "SZ-ORM Migration, Phinx Migration, and Schema Generation"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
sz-orm-model = { version = "1.2.2", path = "../sz-orm-model" }
sz-orm-pool = { version = "1.2.2", path = "../sz-orm-pool" }
async-trait.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono.workspace = true
bytes.workspace = true
tokio = { workspace = true, features = ["sync", "time", "rt", "macros"] }
futures.workspace = true
tracing.workspace = true
parking_lot.workspace = true

[lints]
workspace = true

[lib]
name = "sz_orm_migration"
path = "src/lib.rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]