type-bridge-core-lib 1.4.4

TypeQL AST, schema parser, query compiler, and validation engine for type-bridge
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 = "type-bridge-core-lib"
version = "1.4.4"
authors = ["ds1sqe"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeQL AST, schema parser, query compiler, and validation engine for type-bridge"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ds1sqe/type-bridge"

[features]
default = []
pyo3 = [
    "dep:pyo3",
    "dep:pythonize",
]

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

[[bench]]
name = "compilation"
path = "benches/compilation.rs"
harness = false

[[bench]]
name = "schema"
path = "benches/schema.rs"
harness = false

[[bench]]
name = "validation"
path = "benches/validation.rs"
harness = false

[dependencies.once_cell]
version = "1.19"

[dependencies.pyo3]
version = "0.23"
optional = true

[dependencies.pythonize]
version = "0.23"
optional = true

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.unicode-ident]
version = "1.0"

[dependencies.winnow]
version = "0.7"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]