The readme says this: Add the `css_colors` crate to your `Cargo.toml`'s list of dependencies: ```rust [dependencies] css_colors = "1.0" ``` However, it seems the crate name is css-colors, not css_colors. So the underscore here should be a hyphen.