# 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 = "colortypes" version = "0.6.2" authors = [ "Shelby Berube", "Jacob Berube", ] exclude = [ "target", ".git", ] description = "An abstract, safe, and concise color conversion library for rust nightly" readme = "README.md" keywords = [ "color", "graphics", "image", "XYZ", "CIELAB", ] categories = [ "multimedia::images", "mathematics", "graphics", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/ahhhh6980/colortypes" [dependencies.paste] version = "1.0.7" [dev-dependencies.rand] version = "0.8.5" [badges.maintenance] status = "actively-developed"