[package]
edition = "2024"
name = "grift_unicode"
version = "1.4.0"
build = "build.rs"
include = [
"src/**/*",
"build.rs",
"Cargo.toml",
"README.md",
"LICENSE",
"CaseFolding.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unicode character operations for the Grift Scheme language"
documentation = "https://docs.rs/grift_unicode"
readme = false
keywords = [
"unicode",
"case-mapping",
"no_std",
"embedded",
"scheme",
]
categories = [
"no-std",
"text-processing",
"embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gold-silver-copper/grift"
resolver = "2"
[lib]
name = "grift_unicode"
path = "src/lib.rs"
[dependencies]