# 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 = "hanbun" version = "0.4.1" authors = ["r00ster91 "] description = "A library for drawing half blocks to the terminal." keywords = ["color", "cli", "terminal", "graphics", "block"] categories = ["command-line-utilities", "command-line-interface", "graphics"] license = "MIT" repository = "https://github.com/r00ster91/hanbun" [dependencies.crossterm] version = "0.19" [dev-dependencies.font8x8] version = "0.2" [dev-dependencies.image] version = "0.23.13" [dev-dependencies.meval] version = "0.2" [dev-dependencies.rand] version = "0.8" features = ["small_rng"]