color-name 1.2.0

A crate with color names and its values and usefull functions inluded to get similar colour name by RGB data; Based on css-color names.
Documentation
{
    "packages": [
        "rustup@latest",
        "libiconv@latest"
    ],
    "env": {
      "PROJECT_DIR": "$PWD"
    },
    "shell": {
        "init_hook": [
            ". conf/set-env.sh",
            "rustup default stable",
            "cargo fetch"
        ],
        "scripts": {
            "build-docs": "cargo doc",
            "start": "cargo run",
            "run_test": [
                "cargo test -- --show-output"
            ]
        }
    }
}