[package] name = "altered_perception" version = "0.5.0" edition = "2021" authors = ["Antonio Aguilar"] include = ["src", "Cargo.toml", "README.md", "LICENSE"] description = "`struct HSV/Luma/HSL/etc.` for sharing pixels between crates + other pixel manipulations" readme = "README.md" keywords = ["hsv", "luma", "rgb", "pixel", "color"] license = "MIT" categories = ["graphics", "rust-patterns", "multimedia::images"] documentation = "https://docs.rs/altered_perception/" repository = "https://github.com/antonioaja/altered_perception" homepage = "https://lib.rs/crates/altered_perception" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] rayon = "1.6.1" [dependencies] num-traits = "0.2" rgb = "0.8.34" serde = { version = "1.0.152", optional = true, default-features = false, features = ["derive"] } [package.metadata.docs.rs] features = [ "serde" ]