[dependencies.hashbrown]
optional = true
version = "0"
[dependencies.phf]
optional = true
version = "0"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.phf]
features = ["macros"]
version = "0.11"
[features]
all = ["std", "hashbrown", "phf"]
default = ["std"]
hashbrown = ["dep:hashbrown"]
phf = ["dep:phf"]
std = []
[package]
authors = ["Ossama W. Obeid <owo@owobeid.com>"]
categories = ["text-processing", "no-std"]
description = "A library for one-to-(none/one/many) character mapping."
edition = "2021"
homepage = "https://github.com/owo/charmap"
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["text", "iterator", "nlp", "no_std", "no-std"]
license = "MIT OR Apache-2.0"
name = "charmap"
readme = "README.md"
repository = "https://github.com/owo/charmap"
version = "0.2.2"
[profile.bench]
debug = true
[profile.release]
debug = true
[profile.test]
debug = true