leptos_hot_reload 0.7.0-rc2

Utility types used for dev mode and hot-reloading for the Leptos web framework.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.camino]
version = "1.1"

[dependencies.indexmap]
version = "2.6"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.proc-macro2]
features = ["span-locations", "nightly"]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rstml]
version = "0.12.0"

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

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit", "printing"]
version = "2.0"

[dependencies.walkdir]
version = "2.5"

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

[package]
authors = ["Greg Johnston"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Utility types used for dev mode and hot-reloading for the Leptos web framework."
edition = "2021"
license = "MIT"
name = "leptos_hot_reload"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.76"
version = "0.7.0-rc2"