[package] name = "empfindung" description = "Empfindung is an implementation of the CIE Delta E colour difference algorithms" version = "0.2.6" authors = ["Elliot Jackson ", "Michal Nazarewicz "] documentation = "https://docs.rs/empfindung" homepage = "https://github.com/mina86/empfindung" repository = "https://github.com/mina86/empfindung" readme = "README.md" keywords = ["delta", "CIE", "quantify", "color", "difference"] categories = ["algorithms", "multimedia::images", "graphics"] license = "MIT" edition = "2018" [dependencies] lab = { version = ">=0.7, <1.0", optional = true } rgb = { version = "0.8", optional = true } [dev-dependencies] approx = "0.5" criterion = { version = "0.3.3", default-features = false } lab = ">=0.7, <1.0" rand = "0.8.0" rand_xoshiro = "0.6.0" rgb = "0.8" [features] default = ["lab", "rgb"] [[bench]] name = "diff" harness = false