blob: ff004d5c920513cc6e3e0530cbaa842493ba6401 [file] [log] [blame]
Chih-Hung Hsieh8f400212019-10-25 18:17:23 -07001# 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)
Erick Tryzelaar10a57572015-04-24 07:41:00 -070012
Chih-Hung Hsieh8f400212019-10-25 18:17:23 -070013[package]
Erick Tryzelaar10a57572015-04-24 07:41:00 -070014name = "unicode-xid"
Aleksey Kladov406f09e2019-07-25 15:48:09 +030015version = "0.2.0"
Chih-Hung Hsieh8f400212019-10-25 18:17:23 -070016authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>", "kwantam <kwantam@gmail.com>"]
Aleksey Kladov5d30c6d2019-07-25 15:55:46 +030017exclude = ["/scripts/*", "/.travis.yml"]
Chih-Hung Hsieh8f400212019-10-25 18:17:23 -070018description = "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n"
19homepage = "https://github.com/unicode-rs/unicode-xid"
20documentation = "https://unicode-rs.github.io/unicode-xid"
21readme = "README.md"
22keywords = ["text", "unicode", "xid"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/unicode-rs/unicode-xid"
Aleksey Kladov7ee66802019-07-25 15:58:05 +030025
Erick Tryzelaar10a57572015-04-24 07:41:00 -070026[features]
Chih-Hung Hsieh8f400212019-10-25 18:17:23 -070027bench = []
Erick Tryzelaar10a57572015-04-24 07:41:00 -070028default = []
29no_std = []
Chih-Hung Hsieh8f400212019-10-25 18:17:23 -070030[badges.travis-ci]
31repository = "unicode-rs/unicode-xid"