vespertide-query 0.1.39

Converts migration actions into SQL statements with bind parameters
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 = "2024"
name = "vespertide-query"
version = "0.1.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts migration actions into SQL statements with bind parameters"
homepage = "https://github.com/dev-five-git/vespertide"
documentation = "https://docs.rs/vespertide"
readme = false
license = "Apache-2.0"
repository = "https://github.com/dev-five-git/vespertide"
resolver = "2"

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

[[test]]
name = "composite_unique_test"
path = "tests/composite_unique_test.rs"

[[test]]
name = "enum_migration_test"
path = "tests/enum_migration_test.rs"

[[test]]
name = "table_prefixed_enum_test"
path = "tests/table_prefixed_enum_test.rs"

[dependencies.sea-query]
version = "0.32"

[dependencies.thiserror]
version = "2"

[dependencies.vespertide-core]
version = "0.1.39"

[dependencies.vespertide-naming]
version = "0.1.39"

[dependencies.vespertide-planner]
version = "0.1.39"

[dev-dependencies.insta]
version = "1.46"

[dev-dependencies.rstest]
version = "0.26"