# 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 = "2021" name = "termint" version = "0.5.2" authors = ["Martin Slezák (github.com/Martan03)"] build = false exclude = [ "src/main.rs", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for colored printing and Terminal User Interfaces" documentation = "https://docs.rs/termint/latest/termint/" readme = "README.md" keywords = [ "tui", "terminal", "termint", "ansi-codes", "color-printing", ] license-file = "LICENSE" repository = "https://github.com/Martan03/termint" [lib] name = "termint" path = "src/lib.rs" [[test]] name = "block_test" path = "tests/block_test.rs" [[test]] name = "border_test" path = "tests/border_test.rs" [[test]] name = "grad_test" path = "tests/grad_test.rs" [[test]] name = "paragraph_test" path = "tests/paragraph_test.rs" [[test]] name = "span_test" path = "tests/span_test.rs" [[bench]] name = "buffer" path = "benches/buffer.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.term_size] version = "0.3.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"