From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/ucd-trie/Cargo.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 vendor/ucd-trie/Cargo.toml (limited to 'vendor/ucd-trie/Cargo.toml') diff --git a/vendor/ucd-trie/Cargo.toml b/vendor/ucd-trie/Cargo.toml new file mode 100644 index 000000000..491d8a8c4 --- /dev/null +++ b/vendor/ucd-trie/Cargo.toml @@ -0,0 +1,30 @@ +# 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 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) + +[package] +edition = "2018" +name = "ucd-trie" +version = "0.1.3" +authors = ["Andrew Gallant "] +description = "A trie for storing Unicode codepoint sets and maps.\n" +homepage = "https://github.com/BurntSushi/ucd-generate" +documentation = "https://docs.rs/ucd-trie" +readme = "README.md" +keywords = ["unicode", "database", "character", "codepoint", "trie"] +license = "MIT/Apache-2.0" +repository = "https://github.com/BurntSushi/ucd-generate" +[dev-dependencies.lazy_static] +version = "1" + +[features] +default = ["std"] +std = [] -- cgit v1.2.3