rto-render 0.0.4

Renderers for Roteiro: docs site, Obsidian vault, and optional MCP server
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.94"
name = "rto-render"
version = "0.0.4"
authors = ["The Roteiro Project Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderers for Roteiro: docs site, Obsidian vault, and optional MCP server"
homepage = "https://roteiro.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/OffeneDatenmodellierung/Roteiro"

[features]
mcp = []

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

[dependencies.rto-graph]
version = "0.0.4"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"