plotly 0.14.0

A plotting library powered by Plotly.js
Documentation
[dependencies.askama]
features = ["serde_json"]
version = "0.15.0"

[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.dyn-clone]
version = "1"

[dependencies.erased-serde]
version = "0.4"

[dependencies.image]
optional = true
version = "0.25"

[dependencies.ndarray]
optional = true
version = "0.17"

[dependencies.once_cell]
version = "1"

[dependencies.plotly_derive]
version = "0.14"

[dependencies.plotly_kaleido]
optional = true
version = "0.13"

[dependencies.plotly_static]
optional = true
version = "0.1"

[dependencies.rand]
default-features = false
features = ["small_rng", "alloc"]
version = "0.9"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_with]
version = ">=2, <4"

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.csv]
version = "1.1"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.itertools]
version = ">=0.10, <0.15"

[dev-dependencies.itertools-num]
version = "0.1"

[dev-dependencies.ndarray]
version = "0.17"

[dev-dependencies.rand_distr]
version = "0.5"

[features]
all = ["plotly_ndarray", "plotly_image", "plotly_embed_js", "static_export_default"]
debug = ["plotly_static?/debug"]
kaleido = ["plotly_kaleido"]
kaleido_download = ["plotly_kaleido/download"]
plotly_embed_js = []
plotly_image = ["image"]
plotly_ndarray = ["ndarray"]
static_export_chromedriver = ["plotly_static", "plotly_static/chromedriver", "async-trait"]
static_export_default = ["plotly_static", "plotly_static/chromedriver", "plotly_static/webdriver_download", "async-trait"]
static_export_geckodriver = ["plotly_static", "plotly_static/geckodriver", "async-trait"]
static_export_wd_download = ["plotly_static/webdriver_download"]

[lib]
name = "plotly"
path = "src/lib.rs"

[package]
authors = ["Ioannis Giagkiozis <i.giagkiozis@gmail.com>", "Andrei Gherghescu <andrei-ng@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A plotting library powered by Plotly.js"
documentation = "https://docs.rs/plotly"
edition = "2021"
exclude = ["target/*"]
homepage = "https://github.com/plotly/plotly.rs"
keywords = ["plot", "chart", "plotly"]
license = "MIT"
name = "plotly"
readme = "README.md"
repository = "https://github.com/plotly/plotly.rs"
version = "0.14.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.6.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Document", "Window", "HtmlElement"]
version = "0.3.77"