[go: up one dir, main page]

plotters 0.2.11

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.cairo-rs]
optional = true
version = "0.7.1"

[dependencies.chrono]
optional = true
version = "0.4.9"

[dependencies.gif]
optional = true
version = "^0.10.3"

[dependencies.num-traits]
optional = true
version = "^0.2"

[dependencies.palette]
default-features = false
optional = true
version = "^0.4"

[dependencies.svg]
optional = true
version = "0.6.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.itertools]
version = "^0.8.0"

[dev-dependencies.rand]
version = "^0.7.2"

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

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

[features]
bitmap = ["image"]
cairo = ["cairo-rs"]
datetime = ["chrono"]
default = ["bitmap", "svg", "chrono", "palette_ext", "make_partial_axis", "gif_backend"]
evcxr = ["svg"]
gif_backend = ["bitmap", "gif"]
make_partial_axis = ["num-traits"]
palette_ext = ["palette", "num-traits"]
piston = ["piston_window"]

[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 = "2018"
exclude = ["doc-template/*"]
keywords = ["WebAssembly", "Visualization", "Plotting", "Drawing"]
license = "MIT"
name = "plotters"
readme = "README.md"
repository = "https://github.com/38/plotters"
version = "0.2.11"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.font-kit]
version = "0.4.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.image]
default_features = false
features = ["jpeg", "png_codec", "bmp"]
optional = true
version = "0.22.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static]
version = "^1.2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.piston_window]
optional = true
version = "0.105.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rusttype]
version = "0.8.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.29"

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

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Document", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "CanvasRenderingContext2d"]
version = "0.3.29"