aboutsummaryrefslogtreecommitdiff
path: root/utf8parse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'utf8parse/Cargo.toml')
-rw-r--r--utf8parse/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml
deleted file mode 100644
index 71ea44b..0000000
--- a/utf8parse/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"]
-description = "Table-driven UTF-8 parser"
-documentation = "https://docs.rs/utf8parse/"
-repository = "https://github.com/alacritty/vte"
-keywords = ["utf8", "parse", "table"]
-categories = ["parsing", "no-std"]
-license = "Apache-2.0 OR MIT"
-version = "0.2.2"
-name = "utf8parse"
-edition = "2018"
-
-[features]
-nightly = []
-default = []