[package]
edition = "2021"
rust-version = "1.78"
name = "unigram"
version = "0.3.5"
build = false
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bijective codec between bytes and single-token words, for moving identifiers through a language model"
homepage = "https://crates.io/crates/unigram"
documentation = "https://docs.rs/unigram"
readme = "README.md"
keywords = [
"encoding",
"tokenizer",
"llm",
"codec",
"identifier",
]
categories = [
"encoding",
"text-processing",
]
license = "MIT"
repository = "https://github.com/bleugreen/unigram"
[lib]
name = "unigram"
path = "src/lib.rs"
[dependencies.getrandom]
version = "0.3"