[dependencies.prototty_common]
version = "0.22"
[dependencies.prototty_input]
version = "0.22"
[dependencies.prototty_render]
version = "0.22"
[dependencies.prototty_storage]
optional = true
version = "0.22"
[features]
serialize = ["prototty_render/serialize", "prototty_input/serialize", "prototty_common/serialize"]
storage = ["prototty_storage"]
[package]
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
description = "Wrapper crate for frontend-independent prototty crates"
documentation = "https://docs.rs/prototty"
homepage = "https://github.com/stevebob/prototty.git"
license = "MIT"
name = "prototty"
readme = "README.md"
repository = "https://github.com/stevebob/prototty.git"
version = "0.22.0"