# 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 = "matplotlib" version = "0.2.0" authors = ["Will Huie "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quick-and-dirty plotting in Rust using Python and Matplotlib" homepage = "https://gitlab.com/whooie/mpl" readme = "README.md" keywords = [ "matplotlib", "plotting", "python", ] categories = [ "api-bindings", "graphics", "science", "visualization", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/whooie/mpl" [lib] name = "matplotlib" path = "lib/lib.rs" [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63"