# 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 = "color_names" version = "1.0.0" description = "A crate to map [r, g, b] values to the color name it corresponds to. Note that this lib is rather large and can increase compile time drastically." homepage = "https://docs.rs/color_names" documentation = "https://docs.rs/color_names" license = "MIT" repository = "https://github.com/Mettwasser/color_names" [dependencies.phf] version = "0.11.2" features = ["macros"]