hpip 0.1.2

Host These Things Please - a modern async HTTP file 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 = "2024"
name = "hpip"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host These Things Please - a modern async HTTP file server"
homepage = "https://github.com/salvo-rs/hpip"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/salvo-rs/hpip"

[[bin]]
name = "hpip"
path = "src/main.rs"

[dependencies.blake3]
version = "1"

[dependencies.brotli]
version = "8"

[dependencies.chrono]
version = "0.4"

[dependencies.cidr]
version = "0.3"
default-features = false

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

[dependencies.colored]
version = "3"

[dependencies.flate2]
version = "1"

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

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "2"

[dependencies.percent-encoding]
version = "2"

[dependencies.salvo]
version = "0.89"
features = ["rustls"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

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

[dependencies.walkdir]
version = "2"

[dependencies.xml-rs]
version = "1"

[dependencies.zip]
version = "8.4.0"
features = ["deflate-flate2"]
default-features = false

[build-dependencies.base64]
version = "0.22"

[target.'cfg(not(target_os = "windows"))'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Storage_FileSystem",
    "Win32_Foundation",
]

[profile.release]
lto = true