plotters 0.3.2

A Rust drawing library focus on data plotting for both WASM and native applications
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/main.rs"
[dependencies.chrono]
optional = true
version = "0.4.19"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.plotters-backend]
version = "0.3.3"

[dependencies.plotters-bitmap]
default_features = false
optional = true
version = "^0.3"

[dependencies.plotters-svg]
optional = true
version = "^0.3"
[dev-dependencies.criterion]
version = "0.3.4"

[dev-dependencies.itertools]
version = "0.10.0"

[dev-dependencies.rayon]
version = "1.5.1"

[dev-dependencies.serde]
version = "1.0.126"

[dev-dependencies.serde_derive]
version = "1.0.126"

[dev-dependencies.serde_json]
version = "1.0.64"

[features]
all_elements = ["errorbar", "candlestick", "boxplot", "histogram"]
all_series = ["area_series", "line_series", "point_series", "surface_series"]
area_series = []
bitmap_backend = ["plotters-bitmap", "ttf"]
bitmap_encoder = ["plotters-bitmap/image_encoder"]
bitmap_gif = ["plotters-bitmap/gif_backend"]
boxplot = []
candlestick = []
datetime = ["chrono"]
default = ["bitmap_backend", "bitmap_encoder", "bitmap_gif", "svg_backend", "chrono", "ttf", "image", "deprecated_items", "all_series", "all_elements", "full_palette"]
deprecated_items = []
errorbar = []
evcxr = ["svg_backend"]
fontconfig-dlopen = ["font-kit/source-fontconfig-dlopen"]
full_palette = []
histogram = []
line_series = []
point_series = []
surface_series = []
svg_backend = ["plotters-svg"]
ttf = ["font-kit", "ttf-parser", "lazy_static", "pathfinder_geometry"]

[package]
authors = ["Hao Hou <haohou302@gmail.com>"]
categories = ["visualization", "wasm"]
description = "A Rust drawing library focus on data plotting for both WASM and native applications"
edition = "2021"
exclude = ["doc-template", "plotters-doc-data"]
homepage = "https://plotters-rs.github.io/"
keywords = ["WebAssembly", "Visualization", "Plotting", "Drawing"]
license = "MIT"
name = "plotters"
readme = "README.md"
repository = "https://github.com/38/plotters"
resolver = "2"
version = "0.3.2"
[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dependencies.wasm-bindgen]
version = "0.2.62"

[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dependencies.web-sys]
features = ["Document", "DomRect", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "CanvasRenderingContext2d"]
version = "0.3.51"
[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test]
version = "0.3.24"
[target."cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))".dependencies.font-kit]
optional = true
version = "0.11.0"

[target."cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))".dependencies.image]
default-features = false
features = ["jpeg", "png", "bmp"]
optional = true
version = "0.24.2"

[target."cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))".dependencies.lazy_static]
optional = true
version = "1.4.0"

[target."cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))".dependencies.pathfinder_geometry]
optional = true
version = "0.5.1"

[target."cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))".dependencies.ttf-parser]
optional = true
version = "0.15.0"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.rand]
version = "0.8.3"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.rand_distr]
version = "0.4.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.rand_xorshift]
version = "0.3.0"