# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bwrap" version = "1.3.0" authors = ["Michael Lee "] exclude = ["*.bak"] description = "A fast, lightweight, embedded systems-friendly library for\nwrapping text." homepage = "https://github.com/micl2e2/bwrap" documentation = "https://docs.rs/bwrap" readme = "README.md" keywords = ["no-std", "wrap", "line-feed", "80-column", "formatting"] categories = ["no-std", "text-processing", "embedded", "accessibility"] license = "MIT OR GPL-3.0-or-later" repository = "https://github.com/micl2e2/bwrap" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"] [lib] doctest = false [dependencies.unicode-width] version = "0.1.0" [features] use_std = []