# 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 = "textcanvas" version = "3.5.0" authors = ["Quentin Richert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Draw to the terminal like an HTML Canvas." readme = "README.md" keywords = [ "tui", "canvas", "draw", "terminal", "console", ] categories = [ "command-line-interface", "rendering::engine", ] license = "MIT" repository = "https://github.com/qrichert/textcanvas.git" [profile.release] strip = true [lib] name = "textcanvas" path = "src/lib.rs" [[bin]] name = "textcanvas" path = "src/main.rs" [[example]] name = "cube" path = "examples/cube.rs" [[example]] name = "sines" path = "examples/sines.rs" [dependencies] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]