ormdantic-schema 2.0.1

Schema metadata structures for Ormdantic
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 = "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"