katana-render-runtime 0.3.1

Versioned render runtime for KatanA diagrams and math (Mermaid, Draw.io, ZenUML, PlantUML, MathJax).
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.95.0"
name = "katana-render-runtime"
version = "0.3.1"
authors = ["Hiroyuki Furuno"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "src/markdown/diagram_runtime/generated/*.js",
    "src/markdown/diagram_runtime/generated/*.sha256",
    "vendor/drawio/30.0.2/**",
    "vendor/mermaid/11.15.0/**",
    "vendor/mermaid-zenuml/0.2.3/**",
    "vendor/plantuml/1.2026.4/plantuml.jar.sha256",
    "vendor/zenuml-core/3.47.9/**",
    "src/markdown/drawio_renderer/js_runtime/resources/drawio-resource-manifest.json",
    "src/markdown/drawio_renderer/js_runtime/resources/shapes/**",
    "src/markdown/drawio_renderer/js_runtime/resources/stencils/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned render runtime for KatanA diagrams and math (Mermaid, Draw.io, ZenUML, PlantUML, MathJax)."
readme = false
license = "MIT"
repository = "https://github.com/HiroyukiFuruno/katana-render-runtime"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.jni]
version = "0.22.4"
features = ["invocation"]

[dependencies.resvg]
version = "0.47"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.tiny-skia]
version = "0.12"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3.3"
features = ["rustls"]
default-features = false

[dependencies.v8]
version = "=149.0.0"

[dependencies.xmltree]
version = "0.12"