mdrvserve 267.4.0

Markdown preview server for AI coding agents
# 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 = "2021"
rust-version = "1.82.0"
name = "mdrvserve"
version = "267.4.0"
build = "build.rs"
exclude = [
    ".github/",
    "docs/",
    ".lhg/",
    "AGENTS.md",
    "prek.toml",
    "dprint.jsonc",
    "install.sh",
    "frontend/node_modules/",
    "frontend/src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown preview server for AI coding agents"
homepage = "https://github.com/mdrv/mdrvserve"
documentation = "https://github.com/mdrv/mdrvserve#readme"
readme = "README.md"
keywords = [
    "markdown",
    "preview",
    "live-reload",
    "ai-agents",
    "websocket",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/mdrv/mdrvserve"

[[bin]]
name = "mdrvserve"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.axum]
version = "0.8.9"
features = ["ws"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.futures-util]
version = "0.3.32"

[dependencies.markdown]
version = "1.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.ratex-layout]
version = "0.1.13"

[dependencies.ratex-parser]
version = "0.1.13"

[dependencies.ratex-svg]
version = "0.1.13"
features = ["embed-fonts"]

[dependencies.ratex-types]
version = "0.1.13"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "fs",
    "time",
]

[dependencies.tower]
version = "0.5.3"

[dependencies.tower-http]
version = "0.7.0"
features = [
    "fs",
    "cors",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.axum-test]
version = "21.0.0"
features = ["ws"]

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.tokio-test]
version = "0.4.5"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true