[dependencies]
[features]
default = ["general-category", "emoji"]
emoji = []
general-category = []
[lib]
name = "unicode_properties"
path = "src/lib.rs"
[package]
authors = ["Charles Lew <crlf0710@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std::no-alloc"]
description = """
Query character Unicode properties according to
UAX #44 and UTR #51.
"""
documentation = "https://docs.rs/unicode-properties"
edition = "2021"
exclude = ["target/*", "Cargo.lock"]
homepage = "https://github.com/unicode-rs/unicode-properties"
keywords = ["text", "unicode"]
license = "MIT/Apache-2.0"
name = "unicode-properties"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-properties"
version = "0.1.3"
[[test]]
name = "emoji"
path = "tests/emoji.rs"
[[test]]
name = "general_category"
path = "tests/general_category.rs"