[package]
name = "rustorm-migrate"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Database migration engine for RustORM"
keywords = ["orm", "migrations", "database", "sqlx", "postgres"]
categories = ["database"]
[dependencies]
rustorm-core.workspace = true
tokio.workspace = true
async-trait.workspace = true
sqlx.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono.workspace = true
thiserror.workspace = true
sha2.workspace = true
hex.workspace = true