rto-render 0.0.8

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.8"
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 = [
    "dep:rmcp",
    "dep:tokio",
    "dep:axum",
    "dep:schemars",
    "dep:serde",
    "dep:serde_json",
]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.pulldown-cmark]
version = "0.13.4"
features = ["html"]
default-features = false

[dependencies.rmcp]
version = "3.1.2"
features = [
    "server",
    "macros",
    "transport-io",
    "transport-streamable-http-server",
]
optional = true
default-features = false

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

[dependencies.schemars]
version = "1"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

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

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
    "net",
]
optional = true

[dev-dependencies.serde_json]
version = "1.0"

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

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

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