[package] name = "plotly-patched" version = "0.6.0-unofficial.1-foresterre" description = "A plotting library powered by Plotly.js (patched)" authors = ["Ioannis Giagkiozis ", "Martijn Gribnau "] license = "MIT" workspace = ".." readme = "README.md" homepage = "https://github.com/foresterre/plotly" documentation = "https://docs.rs/plotly-patched" repository = "https://github.com/foresterre/plotly" edition = "2018" keywords = ["plot", "chart", "plotly"] exclude = [ "target/*" ] [features] # Adds plot save functionality to the following formats: png, jpeg, webp, svg, pdf and eps. kaleido = ["plotly_kaleido"] plotly_ndarray = ["ndarray"] [dependencies] plotly_kaleido = { version = "0.2.0", path = "../plotly_kaleido", optional = true } ndarray = { version = ">=0.13.1", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" askama = "0.9.0" rand = "0.7.3" rand_distr = "0.2.2" [dev-dependencies] plotly_kaleido = { version = "0.2.0", path = "../plotly_kaleido" } itertools = "0.9.0" itertools-num = "0.1.3" csv = "1.1.3" ndarray = "0.13.1"