piecer 3.0.0

Unicode codepoint BPE tokenizer featuring byte fallback and optional byte-level-only tokenization
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 = "piecer"
version = "3.0.0"
build = false
exclude = [
    "*.txt",
    "*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unicode codepoint BPE tokenizer featuring byte fallback and optional byte-level-only tokenization"
readme = "README.md"
keywords = [
    "tokenizer",
    "nlp",
]
license = "MIT"
repository = "https://github.com/wildstyl3r/piecer"

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

[dependencies.daachorse]
version = "3.0.2"

[dependencies.priority-queue]
version = "2.7.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.4"

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

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"