memra-tokenizer 0.76.0

GGUF-native BPE/SPM tokenizer with chat-template support for the memra inference engine
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"
rust-version = "1.85"
name = "memra-tokenizer"
version = "0.76.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GGUF-native BPE/SPM tokenizer with chat-template support for the memra inference engine"
readme = false
license = "MIT"
repository = "https://github.com/avifenesh/memra"
resolver = "2"

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

[[bin]]
name = "tok-check"
path = "src/bin/tok_check.rs"

[[bin]]
name = "tok-freq"
path = "src/bin/tok_freq.rs"

[[bin]]
name = "tok-parity"
path = "src/bin/tok_parity.rs"

[[bin]]
name = "tok-trim"
path = "src/bin/tok_trim.rs"

[[bin]]
name = "tok_chat_render"
path = "src/bin/tok_chat_render.rs"

[[bin]]
name = "tok_span"
path = "src/bin/tok_span.rs"

[[test]]
name = "llama_parity"
path = "tests/llama_parity.rs"

[dependencies.memra-gguf]
version = "=0.76.0"