• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.2"
16authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>", "kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@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[[bench]]
27name = "xid"
28harness = false
29[dev-dependencies.criterion]
30version = "0.3"
31
32[features]
33bench = []
34default = []
35no_std = []
36[badges.travis-ci]
37repository = "unicode-rs/unicode-xid"
38