[dependencies.compiler_builtins]
optional = true
version = "0.1"
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0"
[dependencies.std]
optional = true
package = "rustc-std-workspace-std"
version = "1.0"
[features]
bench = []
rustc-dep-of-std = ["std", "core", "compiler_builtins"]
[lib]
name = "unicode_script"
path = "src/lib.rs"
[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/)
"""
documentation = "https://docs.rs/unicode-script"
edition = "2018"
exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt"]
homepage = "https://github.com/unicode-rs/unicode-script"
keywords = ["text", "unicode", "script", "language"]
license = "MIT OR Apache-2.0"
name = "unicode-script"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-script"
version = "0.5.7"