[package]
edition = "2021"
rust-version = "1.95"
name = "fathomdb-schema"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FathomDB schema — versioned migration registry and bootstrap (leaf crate)."
readme = false
license = "Apache-2.0"
repository = "https://github.com/coreyt/fathomdb"
[lib]
name = "fathomdb_schema"
path = "src/lib.rs"
[[test]]
name = "migrations"
path = "tests/migrations.rs"
[[test]]
name = "property_template"
path = "tests/property_template.rs"
[[test]]
name = "wire_constants"
path = "tests/wire_constants.rs"
[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.sqlite-vec]
version = "=0.1.7"