sql-schema 0.6.2

Declarative SQL 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 = "sql-schema"
version = "0.6.2"
authors = ["Jesse Stuart <rust@jesse.io>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative SQL schema migrations"
readme = "README.md"
keywords = [
    "sql",
    "schema",
    "migration",
    "migrations",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/jvatic/sql-schema"

[features]
clap = ["dep:clap"]
default = ["clap"]

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

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

[dependencies.annotate-snippets]
version = "0.11.5"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.bon]
version = "3.3.2"

[dependencies.camino]
version = "1.1.9"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.29"
features = ["derive"]
optional = true

[dependencies.sqlformat]
version = "0.3.5"

[dependencies.sqlparser]
version = "0.61.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.winnow]
version = "0.7.3"