colorcet 0.2.2

Colorcet colormaps.
Documentation
# 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 = "2024"
rust-version = "1.85.1"
name = "colorcet"
version = "0.2.2"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Colorcet colormaps."
homepage = "https://github.com/wimpomp/colorcet"
readme = "README.md"
keywords = [
    "color",
    "colormap",
    "color-scales",
    "visualization",
    "gradient",
]
categories = [
    "graphics",
    "visualization",
]
license = "CC-BY-4.0 AND PSF-2.0 AND MIT"
repository = "https://github.com/wimpomp/colorcet"

[lib]
name = "colorcet"
path = "src/lib.rs"

[dependencies.colorgrad]
version = "0.8"
features = ["named-colors"]

[dependencies.num-traits]
version = "0.2"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.thiserror]
version = "2"