sakz 0.1.0

Fast and simple plotting library.
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 = "sakz"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and simple plotting library."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/KaoruNishikawa/sakz"

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

[dependencies.image]
version = "0.25.5"

[dependencies.libc]
version = "0.2.169"

[dependencies.rand]
version = "0.8.5"

[dependencies.resvg]
version = "0.44.0"

[dependencies.svg]
version = "0.18.0"

[dependencies.svg2pdf]
version = "0.12.0"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.tiny-skia-path]
version = "0.11.4"

[dependencies.usvg]
version = "0.44.0"