plates-render 0.2.0

The document-to-HTML half of plates: what a published page looks like.
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.88"
name = "plates-render"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The document-to-HTML half of plates: what a published page looks like."
homepage = "https://github.com/diaryx-org/plates"
readme = "README.md"
keywords = [
    "static-site-gen",
    "markdown",
    "djot",
    "html",
    "prov",
]
categories = [
    "web-programming",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/plates"
resolver = "2"

[features]
default = ["yaml"]
fig-lang = ["prov/fig-lang"]
json = ["prov/json"]
syntax-highlighting = [
    "dep:syntect",
    "dep:two-face",
]
templating = [
    "dep:serde_json",
    "dep:indexmap",
]
toml = ["prov/toml"]
yaml = ["prov/yaml"]

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

[dependencies.base64]
version = "0.22"

[dependencies.fig]
version = "3.1"
features = ["derive"]
default-features = false

[dependencies.indexmap]
version = "2.0"
features = ["serde"]
optional = true

[dependencies.prov]
version = "0.9.2"
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.syntect]
version = "5.3"
features = [
    "parsing",
    "html",
    "regex-fancy",
    "yaml-load",
]
optional = true
default-features = false

[dependencies.two-face]
version = "0.5"
features = ["syntect-fancy"]
optional = true
default-features = false