liecharts 0.1.0-beta.1

A Rust charting library with PNG and SVG rendering support
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 = "2024"
name = "liecharts"
version = "0.1.0-beta.1"
authors = ["zzzdong <kuwater@163.com>"]
build = false
exclude = [
    "site/",
    "examples/",
    "*.png",
    "*.svg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust charting library with PNG and SVG rendering support"
homepage = "https://github.com/zzzdong/liecharts"
documentation = "https://docs.rs/liecharts"
readme = "README.md"
keywords = [
    "chart",
    "plot",
    "visualization",
    "svg",
    "png",
]
categories = [
    "graphics",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/zzzdong/liecharts"

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

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.parley]
version = "0.9.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.vello_cpu]
version = "0.0.8"

[dev-dependencies.anyhow]
version = "1.0"