aboutsummaryrefslogtreecommitdiff
path: root/vendor/encode_unicode/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/encode_unicode/Cargo.toml
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/encode_unicode/Cargo.toml')
-rw-r--r--vendor/encode_unicode/Cargo.toml39
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/encode_unicode/Cargo.toml b/vendor/encode_unicode/Cargo.toml
deleted file mode 100644
index 618c9c7..0000000
--- a/vendor/encode_unicode/Cargo.toml
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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 <t.b.moltu@lyse.net>"]
-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.*"