[package] name = "rgba32" description = "Basic 32-bit colour representation and manipulation" version = "0.1.10" authors = ["Stephen Sherratt "] edition = "2018" license = "MIT" readme = "README.md" homepage = "https://github.com/gridbugs/rgba32" repository = "https://github.com/gridbugs/rgba32" documentation = "https://docs.rs/rgba32" [features] serialize = ["serde"] [dependencies] serde = { version = "1.0", features = ["serde_derive"], optional = true }