1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.31" 15name = "unicode-ident" 16version = "1.0.8" 17authors = ["David Tolnay <[email protected]>"] 18description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" 19documentation = "https://docs.rs/unicode-ident" 20readme = "README.md" 21keywords = [ 22 "unicode", 23 "xid", 24] 25categories = [ 26 "development-tools::procedural-macro-helpers", 27 "no-std", 28] 29license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" 30repository = "https://github.com/dtolnay/unicode-ident" 31 32[package.metadata.docs.rs] 33targets = ["x86_64-unknown-linux-gnu"] 34 35[lib] 36doc-scrape-examples = false 37 38[[bench]] 39name = "xid" 40harness = false 41 42[dev-dependencies.criterion] 43version = "0.4" 44default-features = false 45 46[dev-dependencies.fst] 47version = "0.4" 48 49[dev-dependencies.rand] 50version = "0.8" 51features = ["small_rng"] 52 53[dev-dependencies.roaring] 54version = "0.10" 55 56[dev-dependencies.ucd-trie] 57version = "0.1" 58default-features = false 59 60[dev-dependencies.unicode-xid] 61version = "0.2.4" 62