kopitiam-tokenizer 0.2.2

Kopitiam Runtime: tokenizer (work in progress).
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 = "kopitiam-tokenizer"
version = "0.2.2"
authors = ["Theodore Kay Chen Ong"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kopitiam Runtime: tokenizer (work in progress)."
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/theodoreOnzGit/kopitiam"
resolver = "2"

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

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

[dependencies.kopitiam-core]
version = "0.2.2"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"