# 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" name = "bnf_sampler" version = "0.3.8" description = "A crate that uses recursive descent algorithm to ensure tokens produced by a large language model follow a Backus Naur Form schema." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Dan-wanna-M/bnf_sampler" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.bit-set] version = "0.5.3" [dependencies.bnf] version = "0.5.0" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.memchr] version = "2.5.0" [dependencies.mimalloc] version = "0.1.38" default-features = false [dependencies.nohash-hasher] version = "0.2.0" [dependencies.qp-trie] version = "0.8.1" [dependencies.regex] version = "1.9.3" [dependencies.rustc-hash] version = "1.1.0"