# 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 = "hsv" version = "0.1.1" description = "A simple crate for converting values in HSV color space to RGB." homepage = "https://github.com/jayber/hsv" documentation = "https://docs.rs/hsv" readme = "README.md" keywords = [ "color", "hsv", "hsl", "rgb", "color-space", ] categories = [ "gui", "command-line-interface", "graphics", ] license = "MIT" repository = "https://github.com/jayber/hsv" [dependencies]