# 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 = "colorhash" version = "0.1.3" authors = ["Berkus Decker "] description = "A hashing function to convert text strings into colors" readme = "README.md" keywords = [ "colors", "converter", "rgb", "hsl", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/berkus/colorhash" [dependencies.byteorder] version = "1.5.0" [dependencies.colorsys] version = "0.6.7" [dependencies.hmac-sha256] version = "1.1.7" [dev-dependencies.float_eq] version = "1.0" [dev-dependencies.nanoid] version = "0.4"