tdsl-render 1.18.0

SVG, HTML, and PDF rendering for Timeline DSL IR
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 = "tdsl-render"
version = "1.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SVG, HTML, and PDF rendering for Timeline DSL IR"
readme = false
keywords = [
    "timeline",
    "dsl",
    "rendering",
    "svg",
]
categories = [
    "rendering",
    "visualization",
]
license = "MIT"
repository = "https://github.com/keroway/timeline-dsl"
resolver = "2"

[features]
default = []
pdf = [
    "dep:svg2pdf",
    "dep:pdf-writer",
    "dep:thiserror",
]
png = [
    "dep:resvg",
    "dep:thiserror",
]

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

[[bench]]
name = "render_bench"
path = "benches/render_bench.rs"
harness = false

[dependencies.pdf-writer]
version = "0.12"
optional = true

[dependencies.resvg]
version = "0.47"
optional = true

[dependencies.svg2pdf]
version = "0.13"
optional = true

[dependencies.tdsl-core]
version = "1.18.0"
default-features = false

[dependencies.thiserror]
version = "2"
optional = true

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.tdsl-core]
version = "1.18.0"
default-features = false

[dev-dependencies.tdsl-parser]
version = "1.18.0"