[dependencies.unicode-width]
version = "0.1.10"
[features]
use_std = []
[package]
authors = ["Michael Lee <imichael2e2@proton.me>"]
categories = ["no-std", "text-processing", "embedded", "accessibility"]
description = "A text-wrapping library."
documentation = "http://docs.rs/bwrap"
edition = "2018"
exclude = ["*.bak"]
keywords = ["no_std", "wrap", "text", "80-column", "formatting"]
license = "MIT OR GPL-3.0-or-later"
name = "bwrap"
repository = "http://github.com/imichael2e2/bwrap"
version = "0.1.0-beta1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]