# 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 = "ratio-color" version = "0.4.5" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Ratio's color palette management in Rust, built on 'palette' and 'enterpolation'." homepage = "https://gitlab.com/ratio-case-os/rust/ratio-color" readme = "README.md" keywords = [ "color", "palette", "conversion", "interpolation", "presets", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/ratio-case-os/rust/ratio-color.git" [lib] name = "ratio_color" path = "src/lib.rs" [dependencies.enterpolation] version = "0.2.1" features = [ "linear", "std", ] default-features = false [dependencies.palette] version = "0.7.6" [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.snafu] version = "0.8.4" [dependencies.strum] version = "0.26.3" features = ["derive"] optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [features] default = [ "serde", "strum", ] serde = [ "dep:serde", "palette/serializing", "enterpolation/serde", ] strum = ["dep:strum"]