# 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 = "2021" name = "plt" version = "0.4.1" authors = ["Jonah Hoffman "] description = "Plotting library with a focus on publication level aesthetics and ergonomic control." readme = "README.md" keywords = [ "plot", "graph", "plotting", "visualization", ] categories = [ "visualization", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plt-rs/plt" resolver = "1" [dependencies.draw] version = "0.4.0" package = "plt-draw" [dependencies.draw-cairo] version = "0.1.0" optional = true default-features = false package = "plt-cairo" [dependencies.dyn-clone] version = "1.0" [dependencies.ndarray] version = "0.15" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [features] cairo = ["dep:draw-cairo"] default = [ "cairo", "png", "svg", ] png = ["draw-cairo?/png"] svg = ["draw-cairo?/svg"]