[dependencies.bon]
version = "2.3.0"
[dependencies.plotly]
version = "0.10.0"
[dependencies.polars]
features = ["lazy", "strings"]
version = "0.43.1"
[dependencies.serde]
version = "1.0.210"
[lib]
name = "plotlars"
path = "src/lib.rs"
[package]
authors = ["Alberto Cebada Aleu <contact@albertocebada.com>"]
autobenches = false
autobins = false
autoexamples = 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 = "2021"
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.80.1"
version = "0.5.3"