[package]
rust-version = "1.17"
name = "unicode-id"
version = "0.3.7"
authors = [
"Boshen <boshenc@gmail.com>",
"erick.tryzelaar <erick.tryzelaar@gmail.com>",
"kwantam <kwantam@gmail.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
]
build = false
exclude = [
"/.github/**",
"/scripts/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Determine whether characters have the ID_Start
or ID_Continue properties according to
Unicode Standard Annex #31.
"""
homepage = "https://github.com/Boshen/unicode-id"
documentation = "https://docs.rs/unicode-id"
readme = "README.md"
keywords = [
"text",
"unicode",
"unicode-id",
"tr31",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Boshen/unicode-id"
[features]
bench = []
default = []
no_std = []
[lib]
name = "unicode_id"
path = "src/lib.rs"
[[test]]
name = "exhaustive_tests"
path = "tests/exhaustive_tests.rs"
[[bench]]
name = "id"
path = "benches/id.rs"
harness = false
[dev-dependencies.criterion2]
version = "3.0.4"
[profile.dev]
debug = "line-tables-only"
[profile.dev.package."*"]
debug = 0