plotters-piet 0.3.4

A Piet backend for Plotters
Documentation
# 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.4"
authors = ["Pascal Sommer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "plotters_piet"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "snowflake"
path = "tests/snowflake.rs"

[dependencies.piet-common]
version = ">= 0.4, < 0.9"

[dependencies.plotters-backend]
version = "^0.3"

[dev-dependencies.image]
version = ">= 0.24, < 0.26"
features = ["png"]
default-features = false

[dev-dependencies.piet-common]
version = ">= 0.4, < 0.9"
features = ["png"]

[dev-dependencies.plotters]
version = "^0.3"