anvilforge-dev 0.3.3

Anvilforge dev-mode hot-reload runtime — typed ABI + launcher that hot-swaps user handlers without restarting the framework process.
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 = "2021"
name = "anvilforge-dev"
version = "0.3.3"
authors = ["Anvilforge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Anvilforge dev-mode hot-reload runtime — typed ABI + launcher that hot-swaps user handlers without restarting the framework process."
homepage = "https://github.com/anvilforge/anvilforge"
readme = "README.md"
keywords = [
    "hot-reload",
    "dev",
    "framework",
    "anvilforge",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/anvilforge/anvilforge"

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

[dependencies.anvilforge-core]
version = "0.3.3"

[dependencies.axum]
version = "0.7"
features = [
    "macros",
    "ws",
    "multipart",
]

[dependencies.futures]
version = "0.3"

[dependencies.hot-lib-reloader]
version = "0.7"

[dependencies.http]
version = "1.1"

[dependencies.libloading]
version = "0.8"

[dependencies.once_cell]
version = "1.20"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"