# 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 = "plotters-piet" version = "0.3.2" authors = ["Pascal Sommer"] description = "A Piet backend for Plotters" readme = "Readme.md" keywords = [ "visualization", "plotters", "piet", "plot", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/Pascal-So/plotters-druid/tree/main/plotters-piet" [dependencies.piet-common] version = "0.6.1" [dependencies.plotters-backend] version = "^0.3" [dev-dependencies.piet-common] version = "0.6.1" features = ["png"] [dev-dependencies.plotters] version = "^0.3"