# 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 = "sorbet-color" version = "0.3.1" authors = ["Jacob Birkett "] publish = true description = "A Rust library for working with (and converting) colors in different spaces." homepage = "https://github.com/spikespaz/sorbet-rs/tree/master/sorbet-color" keywords = ["graphics", "color", "conversion", "rgb", "hsl"] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/spikespaz/sorbet-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.wgpu] version = "0.12" optional = true [dev-dependencies.once_cell] version = "1.10" [dev-dependencies.test-case] version = "2"