[dependencies.derive_builder]
version = "0.20.2"
[dependencies.file-io]
version = "0.1.11"
[dependencies.plotly]
version = "0.13.5"
[[example]]
name = "general_2d_plot"
path = "examples/general_2d_plot.rs"
[[example]]
name = "general_3d_plot"
path = "examples/general_3d_plot.rs"
[[example]]
name = "quick_plot_2d"
path = "examples/quick_plot_2d.rs"
[[example]]
name = "quick_plot_2d_with_labels"
path = "examples/quick_plot_2d_with_labels.rs"
[[example]]
name = "quick_plot_3d"
path = "examples/quick_plot_3d.rs"
[[example]]
name = "quick_plot_3d_with_labels"
path = "examples/quick_plot_3d_with_labels.rs"
[lib]
name = "plotting"
path = "src/lib.rs"
[package]
authors = ["Tamas Kis"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Plotting."
documentation = "https://docs.rs/plotting"
edition = "2024"
exclude = [".gitignore", ".github/", ".vscode/", "Cargo.lock", "book/"]
license = "MIT OR Apache-2.0"
name = "plotting"
readme = "README.md"
repository = "https://github.com/tamaskis/plotting"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "src/docs-header.html"]