vespertide-macro 0.1.39

Macro entry for runtime migration execution
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-macro"
version = "0.1.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro entry for runtime migration execution"
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_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.thiserror]
version = "2"

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

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

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

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

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

[dev-dependencies.runtime-macros]
version = "1.1"

[dev-dependencies.tempfile]
version = "3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]