[dependencies.thiserror]
version = "2"
[lib]
name = "lib_migrations_core"
path = "src/lib.rs"
[package]
authors = ["ADI Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Generic migration framework - bring your own storage and actions"
documentation = "https://docs.rs/lib-migrations-core"
edition = "2021"
homepage = "https://adi.the-ihor.com"
keywords = ["migrations", "database", "schema"]
license = "BSL-1.0"
name = "lib-migrations-core"
readme = false
repository = "https://github.com/adi-family/lib-migrations-core"
version = "0.1.0"