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] 14name = "unicode-xid" 15version = "0.2.1" 16authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>", "kwantam <kwantam@gmail.com>"] 17exclude = ["/scripts/*", "/.travis.yml"] 18description = "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" 25 26[features] 27bench = [] 28default = [] 29no_std = [] 30[badges.travis-ci] 31repository = "unicode-rs/unicode-xid" 32