toktrie 1.7.6

LLM Token Trie library
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.87"
name = "toktrie"
version = "1.7.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM Token Trie library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/guidance-ai/llguidance"

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

[[test]]
name = "test_recognizer"
path = "tests/test_recognizer.rs"

[[test]]
name = "test_svob"
path = "tests/test_svob.rs"

[[test]]
name = "test_toktrie"
path = "tests/test_toktrie.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.bytemuck]
version = "1.21.0"

[dependencies.bytemuck_derive]
version = "1.8.1"

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

[dependencies.serde_json]
version = "1.0.138"