[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.hex]
version = "0.4"
[dependencies.prax-schema]
version = "0.3.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full", "fs"]
version = "1.40"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
optional = true
version = "0.1"
[dev-dependencies.tempfile]
version = "3.14"
[features]
default = []
tracing = ["dep:tracing"]
[lib]
name = "prax_migrate"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "asynchronous"]
description = "Migration engine for the Prax ORM - schema diffing, SQL generation, and history tracking"
edition = "2024"
homepage = "https://github.com/pegasusheavy/prax"
keywords = ["orm", "database", "migrations", "postgresql", "async"]
license = "MIT OR Apache-2.0"
name = "prax-migrate"
readme = "README.md"
repository = "https://github.com/pegasusheavy/prax"
resolver = "2"
version = "0.3.2"