aboutsummaryrefslogtreecommitdiff
path: root/utf8parse/Cargo.toml
blob: 5af8fb53b34f7588625c854c22977676caef58e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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.1"
name = "utf8parse"
edition = "2018"

[features]
nightly = []
default = []