[[bin]]
name = "pgdrift"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive", "env"]
version = "4"
[dependencies.colored]
version = "3.0"
[dependencies.indicatif]
version = "0.18"
[dependencies.pgdrift-core]
version = "0.1.0-rc.1"
[dependencies.pgdrift-db]
version = "0.1.0-rc.1"
[dependencies.serde_json]
version = "1.0"
[dependencies.sqlx]
features = ["postgres", "runtime-tokio", "json"]
version = "0.8"
[dependencies.tabled]
version = "0.20"
[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.sqlx]
features = ["postgres", "runtime-tokio", "json"]
version = "0.8"
[lib]
name = "pgdrift"
path = "src/lib.rs"
[package]
authors = ["Moeder Balla"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "database"]
description = "Command-line tool for detecting schema drift in PostgreSQL JSONB columns"
edition = "2024"
homepage = "https://github.com/capybarastack/pgdrift"
keywords = ["postgresql", "jsonb", "schema", "drift", "database"]
license = "MIT"
name = "pgdrift"
readme = false
repository = "https://github.com/capybarastack/pgdrift"
resolver = "2"
version = "0.1.0"
[[test]]
name = "analyze_integration_test"
path = "tests/analyze_integration_test.rs"
[[test]]
name = "discover_integration_test"
path = "tests/discover_integration_test.rs"
[[test]]
name = "index_integration_test"
path = "tests/index_integration_test.rs"
[[test]]
name = "scan_all_integration_test"
path = "tests/scan_all_integration_test.rs"