From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- vendor/encode_unicode/Cargo.toml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 vendor/encode_unicode/Cargo.toml (limited to 'vendor/encode_unicode/Cargo.toml') diff --git a/vendor/encode_unicode/Cargo.toml b/vendor/encode_unicode/Cargo.toml new file mode 100644 index 0000000..618c9c7 --- /dev/null +++ b/vendor/encode_unicode/Cargo.toml @@ -0,0 +1,39 @@ +# 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] +name = "encode_unicode" +version = "0.3.6" +authors = ["Torbjørn Birch Moltu "] +description = "UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.\n" +documentation = "https://docs.rs/encode_unicode/" +readme = "README.md" +keywords = ["unicode", "UTF-8", "UTF-16"] +categories = ["encoding", "no-std"] +license = "MIT/Apache-2.0" +repository = "https://github.com/tormol/encode_unicode" +[package.metadata.docs.rs] +features = ["ascii/std"] +[dependencies.ascii] +version = ">=0.8, <2" +optional = true +default-features = false + +[dependencies.clippy] +version = "0.*" +optional = true + +[features] +default = ["std"] +std = [] +[target."cfg(unix)".dev-dependencies.lazy_static] +version = "1.0.*" -- cgit v1.2.3