hotmeal-server 2.0.3

Server-side live-reload infrastructure for hotmeal - transport-agnostic HTML diffing and patch delivery
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.90"
name = "hotmeal-server"
version = "2.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side live-reload infrastructure for hotmeal - transport-agnostic HTML diffing and patch delivery"
homepage = "https://github.com/bearcove/hotmeal"
readme = false
keywords = [
    "html",
    "live-reload",
    "diff",
    "patches",
    "hotmeal",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/hotmeal"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
tracing = [
    "dep:tracing",
    "hotmeal/tracing",
]
vox = ["dep:vox"]

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

[dependencies.facet]
version = "0.46"

[dependencies.facet-postcard]
version = "0.46"

[dependencies.hotmeal]
version = "2.0.3"

[dependencies.tracing]
version = "0.1"
features = ["std"]
optional = true
default-features = false

[dependencies.vox]
version = "0.7"
features = ["runtime"]
optional = true
default-features = false

[dev-dependencies.facet-json]
version = "0.46"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]