[package]
edition = "2024"
name = "matplotlib"
version = "0.5.0"
authors = ["Will Huie <wcwhuie@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quick-and-dirty plotting in Rust using Python and Matplotlib"
homepage = "https://gitlab.com/whooie/mpl"
readme = "README.md"
keywords = [
"matplotlib",
"plotting",
"python",
]
categories = [
"api-bindings",
"graphics",
"science",
"visualization",
]
license = "Apache-2.0"
repository = "https://gitlab.com/whooie/mpl"
[lib]
name = "matplotlib"
path = "lib/lib.rs"
[dependencies.fastrand]
version = "2.4.1"
[dependencies.serde_json]
version = "1.0.120"
[dependencies.thiserror]
version = "1.0.63"