lextrail 0.1.0

A library for constraining language model outputs to follow CFG, REGEX and JSON (experimental).
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 = "lextrail"
version = "0.1.0"
authors = ["Mohamed Achraf Miftah <m.miftah.achraf@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for constraining language model outputs to follow CFG, REGEX and JSON (experimental)."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/miftahmoha/lextrail-rs"

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

[dev-dependencies.jsonschema]
version = "0.40.0"

[dev-dependencies.pest_meta]
version = "2.8.5"

[dev-dependencies.pest_vm]
version = "2.8.4"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.temp-env]
version = "0.3"

[dev-dependencies.test-case]
version = "3.0"