[[bench]]
harness = false
name = "id"
[dev-dependencies.criterion]
default-features = false
version = "0.5"
[dev-dependencies.fst]
version = "0.4"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"
[dev-dependencies.roaring]
version = "0.10"
[dev-dependencies.ucd-trie]
default-features = false
version = "0.1"
[dev-dependencies.unicode-id]
version = "0.3.5"
[lib]
doc-scrape-examples = false
[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "Boshen <boshenc@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
description = "Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31"
documentation = "https://docs.rs/unicode-id-start"
edition = "2018"
keywords = ["unicode", "id"]
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
name = "unicode-id-start"
readme = "README.md"
repository = "https://github.com/Boshen/unicode-id-start"
rust-version = "1.31"
version = "1.3.1"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]