[dependencies.chrono]
optional = true
version = "0.4.6-5c709bb"
[dependencies.svg]
optional = true
version = "0.5.12-5c709bb"
[features]
bitmap = ["image"]
datetime = ["chrono"]
default = ["bitmap", "svg", "chrono"]
[package]
authors = ["Hao Hou <haohou302@gmail.com>"]
categories = ["wasm", "visualization"]
description = "Plot Drawing Library in Pure Rust for both native and WASM applications"
edition = "2018"
exclude = ["doc-template/*"]
keywords = ["WebAssembly", "Visualization", "Plotting", "Drawing"]
license = "MIT"
name = "plotters-unsable"
readme = "README.md"
repository = "https://github.com/38/plotters"
version = "0.1.13-5c709bb"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.font-loader]
version = "0.8.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
optional = true
version = "0.21.1-5c709bb"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lazy_static]
version = "^1.2"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusttype]
version = "0.7.6"
[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.4"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.43"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Document", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "CanvasRenderingContext2d"]
version = "0.3.4-5c709bb"