[dependencies.arrayvec]
default-features = false
optional = true
version = "0.7.6"
[dependencies.rio-proc-macros]
version = "0.2.1"
[[example]]
name = "parselog"
path = "examples/parselog.rs"
[features]
default = ["no_std"]
nightly = []
no_std = ["arrayvec"]
[lib]
name = "copa"
path = "src/lib.rs"
[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Parser for implementing terminal emulators"
documentation = "https://github.com/raphamorim/rio"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "copa"
readme = "README.md"
repository = "https://github.com/raphamorim/rio"
version = "0.2.1"