# 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 = "term_lattice" version = "0.4.2" description = "Used to use ANSI output dot matrix drawing boards on terminals that support VT100. Due to the use of incremental output, it is very fast." homepage = "https://github.com/A4-Tacks/rust-term_lattice" readme = "./README.md" keywords = [ "terminal", "tui", "draw", "plot", "ansi_term", ] license = "MIT" repository = "https://github.com/A4-Tacks/rust-term_lattice" [profile.dev] opt-level = 1 [dependencies]