http-server-rs 0.0.18

Simple, zero-configuration command-line static HTTP server.
# 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 = "http-server-rs"
version = "0.0.18"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, zero-configuration command-line static HTTP server."
readme = "README.md"
license = "MIT"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.base64]
version = "0.23.1"

[dependencies.brotli]
version = "9.0.0"

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.futures]
version = "0.3.34"

[dependencies.handlebars]
version = "6.4.4"

[dependencies.http]
version = "1.5.0"

[dependencies.http-body-util]
version = "0.1.5"

[dependencies.hyper]
version = "1.11.1"
features = [
    "http1",
    "client",
]

[dependencies.hyper-util]
version = "0.1.20"
features = [
    "server-graceful",
    "client",
    "client-legacy",
    "http1",
]

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.normalize-path]
version = "0.2.1"

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

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.oxc]
version = "0.150.0"
features = [
    "transformer",
    "codegen",
    "semantic",
]

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.serde_qs]
version = "1.1.3"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "fs",
    "net",
]

[dependencies.tokio-util]
version = "0.7.19"
features = [
    "io",
    "io-util",
    "futures-util",
]

[dependencies.urlencoding]
version = "2.1.3"

[target."cfg(unix)".dependencies.unix_mode]
version = "0.1.4"

[lints.clippy]
module_inception = "allow"
uninlined-format-args = "allow"

[lints.rust]
elided_lifetimes_in_paths = "allow"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
rpath = false
panic = "unwind"
incremental = false
strip = "debuginfo"