run-what 0.9.7

HTML-first web framework powered by Rust. No JavaScript frameworks, no build steps—just HTML.
# 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"
name = "run-what"
version = "0.9.7"
authors = ["Tedigo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML-first web framework powered by Rust. No JavaScript frameworks, no build steps—just HTML."
readme = "README.md"
keywords = [
    "web",
    "framework",
    "html",
    "server",
    "template",
]
categories = [
    "web-programming",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/tedigo/what"
resolver = "2"

[[bin]]
name = "run-what"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.dialoguer]
version = "0.11"

[dependencies.flate2]
version = "1"

[dependencies.minify-html]
version = "0.15"

[dependencies.notify]
version = "6"

[dependencies.open]
version = "5"

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2"

[dependencies.wwwhat-core]
version = "0.9.6"

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