]> git.proxmox.com Git - cargo.git/blobdiff - vendor/unicode-xid/Cargo.toml
New upstream version 0.63.1
[cargo.git] / vendor / unicode-xid / Cargo.toml
index c80b0aada820bbda181a23d09f8a447c9432b1ab..817a4f42f175e2f977f713e98cf560269614eb4f 100644 (file)
@@ -3,29 +3,45 @@
 # 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
+# to registry (e.g., crates.io) dependencies.
 #
-# If you believe there's an error in this file please file an
-# issue against the rust-lang/cargo repository. If you're
-# editing this file be aware that the upstream Cargo.toml
-# will likely look very different (and much more reasonable)
+# 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-xid"
-version = "0.2.2"
-authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>", "kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
-exclude = ["/scripts/*", "/.travis.yml"]
-description = "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n"
+version = "0.2.4"
+authors = [
+    "erick.tryzelaar <erick.tryzelaar@gmail.com>",
+    "kwantam <kwantam@gmail.com>",
+    "Manish Goregaokar <manishsmail@gmail.com>",
+]
+exclude = [
+    "/.github/**",
+    "/scripts/*",
+]
+description = """
+Determine whether characters have the XID_Start
+or XID_Continue properties according to
+Unicode Standard Annex #31.
+"""
 homepage = "https://github.com/unicode-rs/unicode-xid"
 documentation = "https://unicode-rs.github.io/unicode-xid"
 readme = "README.md"
-keywords = ["text", "unicode", "xid"]
+keywords = [
+    "text",
+    "unicode",
+    "xid",
+]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/unicode-rs/unicode-xid"
 
 [[bench]]
 name = "xid"
 harness = false
+
 [dev-dependencies.criterion]
 version = "0.3"
 
@@ -33,5 +49,3 @@ version = "0.3"
 bench = []
 default = []
 no_std = []
-[badges.travis-ci]
-repository = "unicode-rs/unicode-xid"