soop3 0.12.1

the based http fileserver (rust port)
Documentation
[[bin]]
name = "soop3"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
features = ["multipart", "tower-log"]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5"

[dependencies.figment]
features = ["toml", "env"]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.0"

[dependencies.http-range-header]
version = "0.4.2"

[dependencies.hyper]
features = ["full"]
version = "1.0"

[dependencies.mime_guess]
version = "2.0"

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

[dependencies.regex]
version = "1.0"

[dependencies.rust-embed]
features = ["compression", "include-exclude"]
version = "8.0"

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

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
features = ["io"]
version = "0.7"

[dependencies.toml]
version = "0.9"

[dependencies.tower]
features = ["full"]
version = "0.5"

[dependencies.tower-http]
features = ["fs", "trace", "auth"]
version = "0.6"

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"

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

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tower-test]
version = "0.4"

[features]
default = []
test-helpers = []

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

[package]
authors = ["redthing1"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "command-line-utilities"]
description = "the based http fileserver (rust port)"
edition = "2024"
keywords = ["http", "fileserver", "upload", "static"]
license = "MIT"
name = "soop3"
readme = "README.md"
repository = "https://github.com/redthing1/soop3"
version = "0.12.1"

[profile.dev]
debug = 2
opt-level = 0

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true

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

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

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

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

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

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

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

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