# 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 = "pgfplots" version = "0.5.1" exclude = ["examples/*.png"] description = "A Rust library to generate publication-quality figures" documentation = "https://docs.rs/pgfplots" readme = "README.md" keywords = [ "pgfplots", "plotting", "plot", "visualization", "latex", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/DJDuque/pgfplots" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.opener] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.tectonic] version = "0.12" optional = true [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1"