unigram 0.3.5

Bijective codec between bytes and single-token words, for moving identifiers through a language model
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.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"