[package]
edition = "2024"
rust-version = "1.85"
name = "heuropt-plot"
version = "0.1.0"
authors = ["Stephen Waits <steve@waits.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight SVG visualization for heuropt Pareto fronts and convergence traces."
homepage = "https://github.com/swaits/heuropt"
documentation = "https://docs.rs/heuropt-plot"
readme = "README.md"
keywords = [
"optimization",
"pareto",
"svg",
"plotting",
"heuropt",
]
categories = [
"algorithms",
"visualization",
]
license = "MIT"
repository = "https://github.com/swaits/heuropt"
[lib]
name = "heuropt_plot"
path = "src/lib.rs"
[dependencies.heuropt]
version = "0.7"