[package] name = "unicode-id" version = "0.3.4" authors = [ "Boshen ", "erick.tryzelaar ", "kwantam ", "Manish Goregaokar " ] homepage = "https://github.com/Boshen/unicode-id" repository = "https://github.com/Boshen/unicode-id" documentation = "https://docs.rs/unicode-id" license = "MIT OR Apache-2.0" keywords = ["text", "unicode", "unicode-id", "tr31"] readme = "README.md" description = """ Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31. """ exclude = ["/.github/**", "/scripts/*"] rust-version = "1.17" [features] default = [] no_std = [] bench = [] [dev-dependencies] criterion = "0.3.5" [[bench]] name = "id" harness = false