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