[package] name = "color_blinder" version = "1.0.2" authors = ["Stefan Schindler "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://gitlab.com/dns2utf8/color_blinder" documentation = "https://docs.rs/color_blinder" description = """ Takes images and renders a set of images simulating different kinds of color blindness. """ keywords = ["accessebility", "color", "blind", "batch_processing", "screenshot"] categories = ["multimedia", "graphics", "multimedia", "rendering"] include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "CHANGELOG.md", "demo_images/Colours_Simulation_combined.png", "OCRB.ttf", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #image = { path = "../image/" } image = "0.23" structopt = "0.3" rusttype = { version = "0.9", optional = true } cfg-if = "1.0" lazy_static = "1.4" threadpool = "1.8" bitflags = "1.2" [dev-dependencies] pretty_assertions = "0.6" [features] default = ["labels"] labels = ["rusttype"]