[package]
edition = "2021"
rust-version = "1.88"
name = "ormdantic-schema"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema metadata structures for Ormdantic"
homepage = "https://ormdantic.yezz.me/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yezz123/ormdantic"
[lib]
name = "ormdantic_schema"
path = "src/lib.rs"
[[test]]
name = "alias"
path = "tests/alias.rs"
[[test]]
name = "columns"
path = "tests/columns.rs"
[[test]]
name = "constraints"
path = "tests/constraints.rs"
[[test]]
name = "diff"
path = "tests/diff.rs"
[[test]]
name = "indexes"
path = "tests/indexes.rs"
[[test]]
name = "namespaces"
path = "tests/namespaces.rs"
[[test]]
name = "reflection"
path = "tests/reflection.rs"
[[test]]
name = "registry"
path = "tests/registry.rs"
[[test]]
name = "relationships"
path = "tests/relationships.rs"
[[test]]
name = "tables"
path = "tests/tables.rs"
[[bench]]
name = "schema_core"
path = "benches/schema_core.rs"
harness = false
[dependencies.ormdantic-core]
version = "2.0.1"
[dev-dependencies.criterion]
version = "4.7.0"
package = "codspeed-criterion-compat"