relon-unicode 0.1.0-rc2

Leaf Unicode tables, case-folding / normalization algorithms, and the glob matcher shared across Relon crates.
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 = "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]