unicode-id 0.3.7

Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
rust-version = "1.17"
name = "unicode-id"
version = "0.3.7"
authors = [
    "Boshen <boshenc@gmail.com>",
    "erick.tryzelaar <erick.tryzelaar@gmail.com>",
    "kwantam <kwantam@gmail.com>",
    "Manish Goregaokar <manishsmail@gmail.com>",
]
build = false
exclude = [
    "/.github/**",
    "/scripts/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Determine whether characters have the ID_Start
or ID_Continue properties according to
Unicode Standard Annex #31.
"""
homepage = "https://github.com/Boshen/unicode-id"
documentation = "https://docs.rs/unicode-id"
readme = "README.md"
keywords = [
    "text",
    "unicode",
    "unicode-id",
    "tr31",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Boshen/unicode-id"

[features]
bench = []
default = []
no_std = []

[lib]
name = "unicode_id"
path = "src/lib.rs"

[[test]]
name = "exhaustive_tests"
path = "tests/exhaustive_tests.rs"

[[bench]]
name = "id"
path = "benches/id.rs"
harness = false

[dev-dependencies.criterion2]
version = "3.0.4"

[profile.dev]
debug = "line-tables-only"

[profile.dev.package."*"]
debug = 0