live-server 0.11.1

Launch a local network server with live reload feature for static pages.
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"
name = "live-server"
version = "0.11.1"
authors = ["Lomirus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Launch a local network server with live reload feature for static pages."
homepage = "https://github.com/lomirus/live-server"
readme = "README.md"
keywords = [
    "live",
    "server",
    "web",
    "reload",
]
license = "MIT"
repository = "https://github.com/lomirus/live-server"

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

[[bin]]
name = "live-server"
path = "src/main.rs"

[[test]]
name = "end-to-end"
path = "tests/end-to-end.rs"

[[test]]
name = "test"
path = "tests/test.rs"

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

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

[dependencies.env_logger]
version = "0.11.9"

[dependencies.futures]
version = "0.3.32"

[dependencies.ignore]
version = "0.4.25"

[dependencies.local-ip-address]
version = "0.6.10"

[dependencies.log]
version = "0.4.29"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-full]
version = "0.7.0"

[dependencies.open]
version = "5.3.3"

[dependencies.path-absolutize]
version = "3.1.1"

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

[dev-dependencies.chromiumoxide]
version = "0.9.1"

[dev-dependencies.get-port]
version = "4.0.0"

[dev-dependencies.reqwest]
version = "0.12.9"
features = ["rustls-tls"]
default-features = false

[dev-dependencies.serial_test]
version = "3.4.0"

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