# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "altered_perception" version = "0.5.0" authors = ["Antonio Aguilar"] include = [ "src", "Cargo.toml", "README.md", "LICENSE", ] description = "`struct HSV/Luma/HSL/etc.` for sharing pixels between crates + other pixel manipulations" homepage = "https://lib.rs/crates/altered_perception" documentation = "https://docs.rs/altered_perception/" readme = "README.md" keywords = [ "hsv", "luma", "rgb", "pixel", "color", ] categories = [ "graphics", "rust-patterns", "multimedia::images", ] license = "MIT" repository = "https://github.com/antonioaja/altered_perception" [package.metadata.docs.rs] features = ["serde"] [dependencies.num-traits] version = "0.2" [dependencies.rgb] version = "0.8.34" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true default-features = false [dev-dependencies.rayon] version = "1.6.1"