# 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 = "color_blinder" version = "1.0.2" authors = ["Stefan Schindler "] include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "CHANGELOG.md", "demo_images/Colours_Simulation_combined.png", "OCRB.ttf"] description = "Takes images and renders a set of images simulating different kinds of color blindness.\n" documentation = "https://docs.rs/color_blinder" readme = "README.md" keywords = ["accessebility", "color", "blind", "batch_processing", "screenshot"] categories = ["multimedia", "graphics", "multimedia", "rendering"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/dns2utf8/color_blinder" [dependencies.bitflags] version = "1.2" [dependencies.cfg-if] version = "1.0" [dependencies.image] version = "0.23" [dependencies.lazy_static] version = "1.4" [dependencies.rusttype] version = "0.9" optional = true [dependencies.structopt] version = "0.3" [dependencies.threadpool] version = "1.8" [dev-dependencies.pretty_assertions] version = "0.6" [features] default = ["labels"] labels = ["rusttype"]