# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "termi-graphics" version = "0.1.6" authors = ["guy "] description = "a low-level pixel art dev tool designed for cli art" documentation = "https://docs.rs/termi-graphics/0.1.5/termi_graphics" readme = "README.md" keywords = ["cli", "api", "gui", "gamedev"] categories = ["Command-line interface", "GUI"] license = "MIT OR Apache-2.0" repository = "http://github.com/l-tools/termi-graphics" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "termi_graphics" path = "src/lib.rs" test = true doctest = true bench = true doc = true