[dependencies.pyo3]
features = ["abi3-py310", "multiple-pymethods"]
version = "0.24.0"
[dependencies.rayon]
version = "1.10.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.serde_with]
version = "3.12.0"
[dependencies.tqdm]
version = "0.7.0"
[dev-dependencies.fake]
version = "3.1.0"
[dev-dependencies.rstest]
version = "0.24.0"
[dev-dependencies.tempdir]
version = "0.3.7"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.15.1"
[lib]
crate-type = ["cdylib", "lib"]
name = "toktkn"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a minimal byte-pair encoding tokenizer implementation"
edition = "2021"
exclude = ["benches/*", "example/*", "tests/*"]
homepage = "https://github.com/nnethercott/toktkn"
keywords = ["nlp", "python", "maturin", "pyo3"]
license = "MIT"
name = "toktkn"
readme = "README.md"
repository = "https://github.com/nnethercott/toktkn"
version = "0.1.2"
[target.x86_64-unknown-linux-gnu]