vte 0.5.0

Parser for implementing terminal emulators
Documentation
[dependencies.arrayvec]
default-features = false
optional = true
version = "0.5.1"

[dependencies.utf8parse]
version = "0.2.0"

[dependencies.vte_generate_state_changes]
version = "0.1.0"

[features]
default = ["no_std"]
nightly = ["utf8parse/nightly"]
no_std = ["arrayvec"]

[package]
authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"]
categories = ["parsing", "no-std"]
description = "Parser for implementing terminal emulators"
documentation = "https://docs.rs/vte/"
edition = "2018"
exclude = ["/.travis.yml"]
keywords = ["ansi", "vte", "parser", "terminal"]
license = "Apache-2.0 OR MIT"
name = "vte"
readme = "README.md"
repository = "https://github.com/jwilm/vte"
version = "0.5.0"