# 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 = "qraw" version = "0.1.1" authors = ["amatagonsk"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple terminal drawing canvas." readme = "README.md" keywords = [ "draw", "terminal", "ratatui", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/amatagonsk/qraw" [[bin]] name = "qraw" path = "src/main.rs" [dependencies.color-eyre] version = "0.6" [dependencies.crossterm] version = "0.28" [dependencies.itertools] version = "0.13" [dependencies.ratatui] version = "0.29" [dependencies.regex] version = "1.11.1"