drawlang-render 0.1.2

SVG/PNG/PDF backends for the drawlang DSL
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"
rust-version = "1.85"
name = "drawlang-render"
version = "0.1.2"
authors = ["Nitin Gupta <nitingupta910@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SVG/PNG/PDF backends for the drawlang DSL"
readme = "README.md"
keywords = [
    "diagram",
    "svg",
    "png",
    "rendering",
]
categories = [
    "visualization",
    "rendering",
    "graphics",
]
license = "Apache-2.0"
repository = "https://github.com/nitingupta910/drawlang"

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

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

[dependencies.drawlang-core]
version = "0.1.2"

[dependencies.resvg]
version = "0.47.0"