# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "text_block_layout" version = "1.2.1" authors = ["Joakim Akerblom "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for joining together blocks of text characters, in for example a TUI or text document." readme = "README.md" keywords = [ "TUI", "block", "box", "text", "layout", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/jockbert/text_block_layout" [lib] name = "text_block_layout" path = "src/lib.rs" [[example]] name = "invoice" path = "examples/invoice.rs" [[example]] name = "math_expressions" path = "examples/math_expressions.rs" [[example]] name = "overlapping_boxes" path = "examples/overlapping_boxes.rs" [[bench]] name = "add_multiple_texts" path = "benches/add_multiple_texts.rs" harness = false [dependencies.unicode-width] version = "0.2.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]