[[bench]] name = "xid" harness = false [package] name = "supply-chain-trust-example-crate-000068" version = "0.2.6" authors = [ "Hassnain",] documentation = "https://unicode-rs.github.io/unicode-xid" license = "MIT OR Apache-2.0" keywords = [ "text", "unicode", "xid",] readme = "README.md" description = "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n" exclude = [ "/.github/**", "/scripts/*",] rust-version = "1.17" [features] default = [] no_std = [] bench = [] [dev-dependencies] criterion = "0.3"