# 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 = "ez-pixmap" version = "0.2.2" authors = ["Mohammed Alyousef "] description = "A naive and easy inline pixmap (xpm-like) image decoder" documentation = "https://docs.rs/ez-pixmap" readme = "README.md" keywords = ["image", "format", "pixmap", "xpm", "decoder"] categories = ["multimedia::images", "multimedia::encoding"] license = "MIT" repository = "https://github.com/MoAlyousef/ez-pixmap" [dependencies.color-maps] version = "0.1" [dev-dependencies.fltk] version = "0.15" features = ["fltk-bundled"] [dev-dependencies.image] version = "0.23" features = ["png"] default-features = false [dev-dependencies.minifb] version = "0.19" [dev-dependencies.ufb] version = "0.1.2"