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