]> git.proxmox.com Git - cargo.git/blob - vendor/unicode-xid/Cargo.toml
c80b0aada820bbda181a23d09f8a447c9432b1ab
[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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "unicode-xid"
15 version = "0.2.2"
16 authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>", "kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
17 exclude = ["/scripts/*", "/.travis.yml"]
18 description = "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n"
19 homepage = "https://github.com/unicode-rs/unicode-xid"
20 documentation = "https://unicode-rs.github.io/unicode-xid"
21 readme = "README.md"
22 keywords = ["text", "unicode", "xid"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/unicode-rs/unicode-xid"
25
26 [[bench]]
27 name = "xid"
28 harness = false
29 [dev-dependencies.criterion]
30 version = "0.3"
31
32 [features]
33 bench = []
34 default = []
35 no_std = []
36 [badges.travis-ci]
37 repository = "unicode-rs/unicode-xid"