[package] name = "octarine" version = "0.3.3" edition = "2021" authors = ["tropicbliss "] description = "Color manipulation library" license = "MIT" repository = "https://github.com/tropicbliss/octarine" documentation = "https://docs.rs/octarine/" readme = "README.md" keywords = ["color", "colour"] categories = ["algorithms", "graphics", "mathematics"] [dependencies] phf = { version = "0.11", features = ["macros"] } rand = { version = "0.8", features = ["small_rng"] }