[dependencies.unicode-width]
version = "0.1.0"
[features]
use_std = []
[lib]
doctest = false
[package]
authors = ["Michael Lee <micl2e2@proton.me>"]
categories = ["no-std", "text-processing", "embedded", "accessibility"]
description = """
A fast, lightweight, embedded systems-friendly library for
wrapping text."""
documentation = "https://docs.rs/bwrap"
edition = "2018"
exclude = ["*.bak"]
homepage = "https://github.com/micl2e2/bwrap"
keywords = ["no-std", "wrap", "line-feed", "80-column", "formatting"]
license = "MIT OR GPL-3.0-or-later"
name = "bwrap"
readme = "README.md"
repository = "https://github.com/micl2e2/bwrap"
version = "1.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]