dynamo-tokenizers 1.5.2

Standalone tokenizer implementations (HuggingFace, tiktoken, FastTokenizers) for LLM inference serving.
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 = "dynamo-tokenizers"
version = "1.5.2"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone tokenizer implementations (HuggingFace, tiktoken, FastTokenizers) for LLM inference serving."
homepage = "https://github.com/ai-dynamo/frontend-crates"
readme = "README.md"
keywords = [
    "llm",
    "tokenizer",
    "huggingface",
    "tiktoken",
    "inference",
]
license = "Apache-2.0"
repository = "https://github.com/ai-dynamo/frontend-crates.git"

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

[dependencies.aho-corasick]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.fastokens]
version = "0.2.0"

[dependencies.moka]
version = "0.12"
features = ["sync"]

[dependencies.rayon]
version = "1"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tiktoken-rs]
version = "0.9"
default-features = false

[dependencies.tokenizers]
version = "0.21.4"
features = [
    "onig",
    "esaxx_fast",
    "rustls-tls",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"