1 | [package] |
---|---|
2 | authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"] |
3 | description = "Table-driven UTF-8 parser" |
4 | documentation = "https://docs.rs/utf8parse/" |
5 | repository = "https://github.com/alacritty/vte" |
6 | keywords = ["utf8", "parse", "table"] |
7 | categories = ["parsing", "no-std"] |
8 | license = "Apache-2.0 OR MIT" |
9 | version = "0.2.1" |
10 | name = "utf8parse" |
11 | edition = "2018" |
12 | |
13 | [features] |
14 | nightly = [] |
15 | default = [] |
16 |