]> git.proxmox.com Git - rustc.git/blame - vendor/unicode-ident/Cargo.toml
New upstream version 1.69.0+dfsg1
[rustc.git] / vendor / unicode-ident / Cargo.toml
CommitLineData
923072b8
FG
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"
9ffffee4 16version = "1.0.6"
923072b8
FG
17authors = ["David Tolnay <dtolnay@gmail.com>"]
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"
2b03887a
FG
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"
923072b8
FG
30repository = "https://github.com/dtolnay/unicode-ident"
31
32[package.metadata.docs.rs]
33targets = ["x86_64-unknown-linux-gnu"]
34
35[[bench]]
36name = "xid"
37harness = false
38
39[dev-dependencies.criterion]
2b03887a 40version = "0.4"
923072b8
FG
41default-features = false
42
43[dev-dependencies.fst]
44version = "0.4"
45
46[dev-dependencies.rand]
47version = "0.8"
48features = ["small_rng"]
49
50[dev-dependencies.roaring]
2b03887a 51version = "0.10"
923072b8
FG
52
53[dev-dependencies.ucd-trie]
54version = "0.1"
55default-features = false
56
57[dev-dependencies.unicode-xid]
2b03887a 58version = "0.2.4"