plotlars 0.12.2

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.12.2"
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"

[package.metadata.docs.rs]
features = [
    "plotly",
    "format-json",
    "format-excel",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
export-chrome = [
    "plotly",
    "plotlars-plotly/export-chrome",
]
export-default = [
    "plotly",
    "plotlars-plotly/export-default",
]
export-download = [
    "plotly",
    "plotlars-plotly/export-download",
]
export-firefox = [
    "plotly",
    "plotlars-plotly/export-firefox",
]
format-excel = ["plotlars-core/format-excel"]
format-json = ["plotlars-core/format-json"]
plotly = ["dep:plotlars-plotly"]
plotters = ["dep:plotlars-plotters"]

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

[[example]]
name = "plotly_array2dplot"
path = "examples/plotly_array2dplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_barplot"
path = "examples/plotly_barplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_boxplot"
path = "examples/plotly_boxplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_candlestick"
path = "examples/plotly_candlestick.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_contourplot"
path = "examples/plotly_contourplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_density_mapbox"
path = "examples/plotly_density_mapbox.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_dimensions"
path = "examples/plotly_dimensions.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_export_image"
path = "examples/plotly_export_image.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_faceting"
path = "examples/plotly_faceting.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_heatmap"
path = "examples/plotly_heatmap.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_histogram"
path = "examples/plotly_histogram.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_image"
path = "examples/plotly_image.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_lineplot"
path = "examples/plotly_lineplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_mesh3d"
path = "examples/plotly_mesh3d.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_ohlc"
path = "examples/plotly_ohlc.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_piechart"
path = "examples/plotly_piechart.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_sankeydiagram"
path = "examples/plotly_sankeydiagram.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_scatter3dplot"
path = "examples/plotly_scatter3dplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_scattergeo"
path = "examples/plotly_scattergeo.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_scattermap"
path = "examples/plotly_scattermap.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_scatterplot"
path = "examples/plotly_scatterplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_scatterpolar"
path = "examples/plotly_scatterpolar.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_subplot_grid"
path = "examples/plotly_subplot_grid.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_surfaceplot"
path = "examples/plotly_surfaceplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_table"
path = "examples/plotly_table.rs"
required-features = ["plotly"]

[[example]]
name = "plotly_timeseriesplot"
path = "examples/plotly_timeseriesplot.rs"
required-features = ["plotly"]

[[example]]
name = "plotters_barplot"
path = "examples/plotters_barplot.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_boxplot"
path = "examples/plotters_boxplot.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_candlestick"
path = "examples/plotters_candlestick.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_heatmap"
path = "examples/plotters_heatmap.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_histogram"
path = "examples/plotters_histogram.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_lineplot"
path = "examples/plotters_lineplot.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_scatterplot"
path = "examples/plotters_scatterplot.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_showcase"
path = "examples/plotters_showcase.rs"
required-features = ["plotters"]

[[example]]
name = "plotters_timeseriesplot"
path = "examples/plotters_timeseriesplot.rs"
required-features = ["plotters"]

[dependencies.plotlars-core]
version = "0.12.2"

[dependencies.plotlars-plotly]
version = "0.12.2"
optional = true

[dependencies.plotlars-plotters]
version = "0.12.2"
optional = true

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