plotlars-plotly 0.12.1

Plotly backend for plotlars
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-plotly"
version = "0.12.1"
authors = ["Alberto Cebada Aleu <contact@albertocebada.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plotly backend for plotlars"
readme = false
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_plotly"
path = "src/lib.rs"
doctest = false

[dependencies.bon]
version = "3.9.1"

[dependencies.image]
version = "0.25.10"

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

[dependencies.plotly]
version = "0.14.1"

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

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"