# 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 = "term2d" version = "0.8.3" authors = ["golmman"] description = "Simple drawing engine for terminal applications" homepage = "https://github.com/golmman/term2d" documentation = "https://docs.rs/term2d" readme = "README.md" keywords = [ "terminal", "2d", "graphics", "color", ] license = "MIT" repository = "https://github.com/golmman/term2d" [dependencies.signal-hook] version = "0.3.13" [dependencies.termion] version = "1.5.6"