migs 0.1.8

A SQL migration script collection library with compile-time registration
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 = "migs"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A SQL migration script collection library with compile-time registration"
homepage = "https://fig.silenlocatelli.ch/silen/migs"
readme = "README.md"
license = "LicenseRef-NC-AE"
repository = "https://fig.silenlocatelli.ch/silen/migs"

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

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

[dependencies.inventory]
version = "0.3"

[dependencies.migs-macro]
version = "0.1.8"

[dev-dependencies]