colorimetry-plot 0.0.8

SVG plots for the colorimetry crate
Documentation
[package]
name = "colorimetry-plot"
version = "0.0.8"
edition = "2021"
rust-version = "1.80"
description = "SVG plots for the colorimetry crate"
authors = ["Gerard Harbers", "Harbers Bik LLC"]
repository = "https://github.com/harbik/colorimetry/plot"
keywords = ["Colorimetry", "SVG", "Plot"]
license = "MIT OR Apache-2.0"

[dependencies]
approx = "0.5.1"
colorimetry = {version = "0.0.8", features = ["cct"]}
nalgebra = "0.33.2"
strum = {version = "0.25", features = ["derive"]} # for enum iteration and derive macros
svg = "0.18.0"
image = { version = "0.25", default-features = false, features = ["png"] }
base64 = "0.21"
grass = { version = "0.13.4", default-features = false }
cmx = "0.0.4"