]> git.proxmox.com Git - cargo.git/blob - vendor/unicode-xid/Cargo.toml
New upstream version 0.63.1
[cargo.git] / vendor / unicode-xid / 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 rust-version = "1.17"
14 name = "unicode-xid"
15 version = "0.2.4"
16 authors = [
17 "erick.tryzelaar <erick.tryzelaar@gmail.com>",
18 "kwantam <kwantam@gmail.com>",
19 "Manish Goregaokar <manishsmail@gmail.com>",
20 ]
21 exclude = [
22 "/.github/**",
23 "/scripts/*",
24 ]
25 description = """
26 Determine whether characters have the XID_Start
27 or XID_Continue properties according to
28 Unicode Standard Annex #31.
29 """
30 homepage = "https://github.com/unicode-rs/unicode-xid"
31 documentation = "https://unicode-rs.github.io/unicode-xid"
32 readme = "README.md"
33 keywords = [
34 "text",
35 "unicode",
36 "xid",
37 ]
38 license = "MIT OR Apache-2.0"
39 repository = "https://github.com/unicode-rs/unicode-xid"
40
41 [[bench]]
42 name = "xid"
43 harness = false
44
45 [dev-dependencies.criterion]
46 version = "0.3"
47
48 [features]
49 bench = []
50 default = []
51 no_std = []