roketok 0.3.1

This crate provides a way to simply set up a tokenizer and use it. Not recommended for simple tokenizers as this crate adds a bunch of stuff to support many if not all kinds of tokenizers.
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 = "roketok"
version = "0.3.1"
authors = ["rok3tt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
This crate provides a way to simply set up a tokenizer and use it.
Not recommended for simple tokenizers as this crate adds a bunch of stuff
to support many if not all kinds of tokenizers.
"""
readme = "README.md"
license = "MIT"
repository = "https://github.com/rok3tt/roketok.git"

[features]

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

[dependencies]