# 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 = "colorsys" version = "0.6.7" authors = ["mz "] description = "A module for color conversion and mutation. Works with RGB(a)( as hexadecimal too), HSL(a), CMYK color models and with ANSI color codes" homepage = "https://github.com/emgyrz/colorsys.rs" readme = "README.md" keywords = [ "colors", "converter", "rgb", "hsl", "cmyk", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/emgyrz/colorsys.rs.git" [dependencies] [features] default = ["std"] std = []