# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "plotly-fork" version = "0.8.4" authors = ["Ioannis Giagkiozis "] exclude = ["target/*"] description = "A plotting library powered by Plotly.js" homepage = "https://github.com/igiagkiozis/plotly" documentation = "https://docs.rs/plotly" readme = "README.md" keywords = [ "plot", "chart", "plotly", ] license = "MIT" repository = "https://github.com/igiagkiozis/plotly" [dependencies.askama] version = ">=0.11.0, <0.13.0" features = ["serde-json"] [dependencies.dyn-clone] version = "1" [dependencies.erased-serde] version = "0.3" [dependencies.getrandom] version = "0.2" features = ["js"] optional = true [dependencies.image] version = "0.24.2" optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.ndarray] version = "0.15.4" optional = true [dependencies.once_cell] version = "1" [dependencies.plotly_derive] version = "0.8.4" [dependencies.plotly_kaleido] version = "0.8.4" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "2" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dev-dependencies.csv] version = "1.1.6" [dev-dependencies.image] version = "0.24.4" [dev-dependencies.itertools] version = "0.10.3" [dev-dependencies.itertools-num] version = "0.1.3" [dev-dependencies.ndarray] version = "0.15.4" [dev-dependencies.plotly_kaleido] version = "0.8.4" [dev-dependencies.rand_distr] version = "0.4" [features] kaleido = ["plotly_kaleido"] plotly_image = ["image"] plotly_ndarray = ["ndarray"] wasm = [ "getrandom", "js-sys", "wasm-bindgen", "wasm-bindgen-futures", ]