plotlars 0.9.0

Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and visualization libraries.
Documentation
[dependencies.bon]
version = "3.6.3"

[dependencies.image]
version = "0.25.6"

[dependencies.indexmap]
version = "2.9.0"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.plotly]
version = "0.12.1"

[dependencies.polars]
features = ["lazy", "strings"]
version = "0.46.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

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

[package]
authors = ["Alberto Cebada Aleu <contact@albertocebada.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization"]
description = "Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and visualization libraries."
documentation = "https://docs.rs/plotlars/latest/plotlars/"
edition = "2024"
homepage = "https://github.com/alceal/plotlars"
keywords = ["chart", "plot", "plotly", "polars", "visualization"]
license = "MIT"
name = "plotlars"
readme = "README.md"
repository = "https://github.com/alceal/plotlars"
rust-version = "1.86.0"
version = "0.9.0"