[package]
name = "immigrant-generator-postgres"
version.workspace = true
edition.workspace = true
build = "build.rs"
license.workspace = true
description = "Immigrant migrations generator for postgres SQL dialect"
[dependencies]
itertools = "0.14.0"
permutation = "0.4.1"
schema.workspace = true
tempfile.workspace = true
tracing = "0.1.44"
tracing-test = "0.2.5"
blake2 = "0.10.6"
[dev-dependencies]
tracing-subscriber = "0.3.22"