]> git.proxmox.com Git - cargo.git/blob - vendor/unicode-ident/Cargo.toml
New upstream version 0.63.1
[cargo.git] / vendor / unicode-ident / Cargo.toml
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]
13 edition = "2018"
14 rust-version = "1.31"
15 name = "unicode-ident"
16 version = "1.0.5"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
19 documentation = "https://docs.rs/unicode-ident"
20 readme = "README.md"
21 keywords = [
22 "unicode",
23 "xid",
24 ]
25 categories = [
26 "development-tools::procedural-macro-helpers",
27 "no-std",
28 ]
29 license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
30 repository = "https://github.com/dtolnay/unicode-ident"
31
32 [package.metadata.docs.rs]
33 targets = ["x86_64-unknown-linux-gnu"]
34
35 [[bench]]
36 name = "xid"
37 harness = false
38
39 [dev-dependencies.criterion]
40 version = "0.4"
41 default-features = false
42
43 [dev-dependencies.fst]
44 version = "0.4"
45
46 [dev-dependencies.rand]
47 version = "0.8"
48 features = ["small_rng"]
49
50 [dev-dependencies.roaring]
51 version = "0.10"
52
53 [dev-dependencies.ucd-trie]
54 version = "0.1"
55 default-features = false
56
57 [dev-dependencies.unicode-xid]
58 version = "0.2.4"