plotlars 0.11.6

Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and visualization libraries.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
export-chrome = ["plotly/static_export_chromedriver"]
export-default = ["plotly/static_export_default"]
export-download = ["plotly/static_export_wd_download"]
export-firefox = ["plotly/static_export_geckodriver"]

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

[[example]]
name = "array2dplot"
path = "examples/array2dplot.rs"

[[example]]
name = "barplot"
path = "examples/barplot.rs"

[[example]]
name = "boxplot"
path = "examples/boxplot.rs"

[[example]]
name = "candlestick"
path = "examples/candlestick.rs"

[[example]]
name = "contourplot"
path = "examples/contourplot.rs"

[[example]]
name = "density_mapbox"
path = "examples/density_mapbox.rs"

[[example]]
name = "dimensions"
path = "examples/dimensions.rs"

[[example]]
name = "export_image"
path = "examples/export_image.rs"

[[example]]
name = "faceting"
path = "examples/faceting.rs"

[[example]]
name = "heatmap"
path = "examples/heatmap.rs"

[[example]]
name = "histogram"
path = "examples/histogram.rs"

[[example]]
name = "image"
path = "examples/image.rs"

[[example]]
name = "lineplot"
path = "examples/lineplot.rs"

[[example]]
name = "mesh3d"
path = "examples/mesh3d.rs"

[[example]]
name = "ohlc"
path = "examples/ohlc.rs"

[[example]]
name = "piechart"
path = "examples/piechart.rs"

[[example]]
name = "sankeydiagram"
path = "examples/sankeydiagram.rs"

[[example]]
name = "scatter3dplot"
path = "examples/scatter3dplot.rs"

[[example]]
name = "scattergeo"
path = "examples/scattergeo.rs"

[[example]]
name = "scattermap"
path = "examples/scattermap.rs"

[[example]]
name = "scatterplot"
path = "examples/scatterplot.rs"

[[example]]
name = "scatterpolar"
path = "examples/scatterpolar.rs"

[[example]]
name = "subplot_grid"
path = "examples/subplot_grid.rs"

[[example]]
name = "surfaceplot"
path = "examples/surfaceplot.rs"

[[example]]
name = "table"
path = "examples/table.rs"

[[example]]
name = "timeseriesplot"
path = "examples/timeseriesplot.rs"

[dependencies.bon]
version = "3.8.2"

[dependencies.image]
version = "0.25.9"

[dependencies.indexmap]
version = "2.13.0"

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

[dependencies.plotly]
version = "0.14.0"

[dependencies.polars]
version = "0.53.0"
features = [
    "lazy",
    "dtype-categorical",
    "timezones",
]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"