[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]