# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "plotters-unsable" version = "0.1.13-5c709bb" authors = ["Hao Hou "] exclude = ["doc-template/*"] description = "Plot Drawing Library in Pure Rust for both native and WASM applications" readme = "README.md" keywords = ["WebAssembly", "Visualization", "Plotting", "Drawing"] categories = ["wasm", "visualization"] license = "MIT" repository = "https://github.com/38/plotters" [dependencies.chrono] version = "0.4.6-5c709bb" optional = true [dependencies.svg] version = "0.5.12-5c709bb" optional = true [features] bitmap = ["image"] datetime = ["chrono"] default = ["bitmap", "svg", "chrono"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.font-loader] version = "0.8.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.21.1-5c709bb" optional = true [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] version = "0.3.4-5c709bb" features = ["Document", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "CanvasRenderingContext2d"]