[dependencies.arrayvec]
default-features = false
optional = true
version = "0.7.2"
[dependencies.rio-proc-macros]
version = "0.0.18"
[dev-dependencies.unicode-normalization]
version = "0.1"
[features]
default = ["no_std"]
nightly = []
no_std = ["arrayvec"]
[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
description = "Parser for implementing terminal emulators"
documentation = "https://docs.rs/vte/"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "copa"
readme = "README.md"
repository = "https://github.com/alacritty/vte"
rust-version = "1.62.1"
version = "0.12.0"