[package]
name = "plotlars"
version = "0.1.0"
authors = ["Alberto Cebada Aleu <contact@albertocebada.com>"]
edition = "2021"
rust-version = "1.80.0"
description = "Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and visualization libraries."
documentation = "https://github.com/alceal/plotlars"
readme = "README.md"
homepage = "https://github.com/alceal/plotlars"
repository = "https://github.com/alceal/plotlars"
license = "MIT"
keywords = ["chart", "plot", "plotly", "polars", "visualization"]
categories = ["visualization"]
[dependencies]
anyhow = "1.0.86"
thiserror = "1.0.63"
[dev-dependencies]
pretty_assertions = "1.4.0"