vespertide-planner 0.1.39

Replays applied migrations to rebuild a baseline, then diffs against current models to compute the next migration plan
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-planner"
version = "0.1.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replays applied migrations to rebuild a baseline, then diffs against current models to compute the next migration plan"
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_planner"
path = "src/lib.rs"

[dependencies.thiserror]
version = "2"

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

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

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

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