# 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 = "lb" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI library with ASCII/Unicode graphics." readme = "README.md" keywords = [ "tui", "ascii-art", "unicode", "graphics", ] categories = [ "command-line-interface", "graphics", ] license = "AGPL-3.0-only" repository = "https://codeberg.org/tinturing/lb" [profile.dev.package.image] opt-level = 2 [lib] name = "lb" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "image" path = "examples/image.rs" [[example]] name = "term" path = "examples/term.rs" required-features = ["term"] [[test]] name = "algebra" path = "tests/algebra.rs" [[test]] name = "buf" path = "tests/buf.rs" [[test]] name = "color" path = "tests/color.rs" [[test]] name = "img" path = "tests/img.rs" [[test]] name = "mat" path = "tests/mat.rs" [[test]] name = "term" path = "tests/term.rs" [[test]] name = "typeset" path = "tests/typeset.rs" [dependencies.libc] version = "0.2" optional = true [dev-dependencies.image] version = "0.24.5" [dev-dependencies.termion] version = "2.0.1" [features] term = ["dep:libc"]