16 lines
427 B
TOML
16 lines
427 B
TOML
[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 = []
|