declare_schema 0.0.14

CLI / Library for Postgres schema migrations
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "declare_schema"
version = "0.0.14"
build = false
exclude = [".env"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI / Library for Postgres schema migrations"
readme = "README.md"
license = "Apache-2.0"

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

[[bin]]
name = "declare-schema"
path = "src/bin/declare-schema.rs"

[[example]]
name = "example_cli"
path = "examples/example_cli/main.rs"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3.30"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlparser]
version = "0.61.0"

[dependencies.sqlx]
version = "0.8.0"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
]

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tokio]
version = "1.37.0"
features = ["full"]

[dependencies.toml]
version = "1.0.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.url]
version = "2.5.0"

[dependencies.uuid]
version = "1.8.0"
features = [
    "v4",
    "serde",
]