van-dev 0.1.12

Dev server with hot reload for Van template engine
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 = "van-dev"
version = "0.1.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dev server with hot reload for Van template engine"
homepage = "https://github.com/vanengine/van"
readme = false
keywords = [
    "van",
    "dev-server",
    "hot-reload",
]
categories = [
    "template-engine",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/vanengine/van"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.notify]
version = "8.2.0"

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-tungstenite]
version = "0.28.0"

[dependencies.van-compiler]
version = "0.1.12"

[dependencies.van-context]
version = "0.1.12"

[dependencies.van-parser]
version = "0.1.12"