Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
53
third-party/vendor/unicode-id/Cargo.toml
vendored
Normal file
53
third-party/vendor/unicode-id/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# 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.4"
|
||||
authors = [
|
||||
"Boshen <boshenc@gmail.com>",
|
||||
"erick.tryzelaar <erick.tryzelaar@gmail.com>",
|
||||
"kwantam <kwantam@gmail.com>",
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
]
|
||||
exclude = [
|
||||
"/.github/**",
|
||||
"/scripts/*",
|
||||
]
|
||||
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"
|
||||
|
||||
[[bench]]
|
||||
name = "id"
|
||||
harness = false
|
||||
|
||||
[dev-dependencies.criterion]
|
||||
version = "0.3.5"
|
||||
|
||||
[features]
|
||||
bench = []
|
||||
default = []
|
||||
no_std = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue