[[bench]]
harness = false
name = "encode_benchmarks"
path = "benches/encode_benchmarks.rs"
[dev-dependencies.criterion]
version = "0.5.1"
[lib]
name = "tiny_clean"
path = "src/lib.rs"
[package]
authors = [" Kalev Gonvick kalev.gonvick@idemio.dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "development-tools", "text-processing"]
description = "A lightweight, high-performance string sanitizer with configurable rules."
edition = "2024"
keywords = ["text", "sanitizer", "encoder", "string-manipulation", "utility"]
license = "Apache-2.0"
name = "tiny-clean"
readme = "README.md"
repository = "https://github.com/idemio/tiny-clean"
version = "0.1.0"
[profile.release]
opt-level = 3
strip = "symbols"