# 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 = "plotly-patched" version = "0.6.0-unofficial.1-foresterre" authors = ["Ioannis Giagkiozis ", "Martijn Gribnau "] exclude = ["target/*"] description = "A plotting library powered by Plotly.js (patched)" homepage = "https://github.com/foresterre/plotly" documentation = "https://docs.rs/plotly-patched" readme = "README.md" keywords = ["plot", "chart", "plotly"] license = "MIT" repository = "https://github.com/foresterre/plotly" [dependencies.askama] version = "0.9.0" [dependencies.ndarray] version = ">=0.13.1" optional = true [dependencies.plotly_kaleido] version = "0.2.0" optional = true [dependencies.rand] version = "0.7.3" [dependencies.rand_distr] version = "0.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.csv] version = "1.1.3" [dev-dependencies.itertools] version = "0.9.0" [dev-dependencies.itertools-num] version = "0.1.3" [dev-dependencies.ndarray] version = "0.13.1" [dev-dependencies.plotly_kaleido] version = "0.2.0" [features] kaleido = ["plotly_kaleido"] plotly_ndarray = ["ndarray"]