[package]
edition = "2021"
rust-version = "1.92"
name = "relon-unicode"
version = "0.1.0-rc2"
authors = ["kookyleo <kookyleo@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Leaf Unicode tables, case-folding / normalization algorithms, and the glob matcher shared across Relon crates."
homepage = "https://github.com/kookyleo/relon"
readme = false
keywords = [
"relon",
"unicode",
]
categories = [
"compilers",
"text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/kookyleo/relon"
[lib]
name = "relon_unicode"
path = "src/lib.rs"
[dependencies]