vespertide 0.1.53

Rust workspace for defining database schemas in JSON and generating migration plans and SQL from model diffs
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"
version = "0.1.53"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust workspace for defining database schemas in JSON and generating migration plans and SQL from model diffs"
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"
path = "src/lib.rs"

[dependencies.sea-orm]
version = "2.0.0-rc.37"
default-features = false

[dependencies.vespertide-core]
version = "0.1.53"
default-features = false

[dependencies.vespertide-macro]
version = "0.1.53"

[dev-dependencies.sea-orm]
version = "2.0.0-rc.37"
features = [
    "runtime-tokio-native-tls",
    "sqlx-sqlite",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]