[dependencies.paste]
version = "1.0.15"
[lib]
name = "zen_rs"
path = "src/lib.rs"
[package]
authors = ["TOwInOK <60252419+TOwInOK@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rendering", "web-programming", "text-processing", "template-engine"]
description = "A library for generating non-interactive content like cards or files."
documentation = "https://docs.rs/zen-rs"
edition = "2021"
homepage = "https://github.com/TOwInOK/zen-rs"
keywords = ["non-interactive", "rendering", "HTML", "SVG", "PDF"]
license = "MIT"
name = "zen-rs"
readme = "README.md"
repository = "https://github.com/TOwInOK/zen-rs"
version = "0.1.6"
[profile.bench]
debug = 0
opt-level = 3
[profile.dev]
debug = 2
opt-level = 0
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"
[profile.test]
debug = 2
opt-level = 0
[[test]]
name = "html"
path = "tests/html.rs"