actix-files 0.6.6

Static file serving for Actix Web
Documentation
[dependencies.actix-http]
version = "3"

[dependencies.actix-service]
version = "2"

[dependencies.actix-utils]
version = "3"

[dependencies.actix-web]
default-features = false
version = "4"

[dependencies.bitflags]
version = "2"

[dependencies.bytes]
version = "1"

[dependencies.derive_more]
version = "0.99.5"

[dependencies.futures-core]
default-features = false
features = ["alloc"]
version = "0.3.17"

[dependencies.http-range]
version = "0.1.4"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3.9"

[dependencies.mime_guess]
version = "2.0.1"

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

[dependencies.pin-project-lite]
version = "0.2.7"

[dependencies.v_htmlescape]
version = "0.15.5"
[dev-dependencies.actix-rt]
version = "2.7"

[dev-dependencies.actix-test]
version = "0.1"

[dev-dependencies.actix-web]
version = "4"

[dev-dependencies.env_logger]
version = "0.11"

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

[features]
experimental-io-uring = ["actix-web/experimental-io-uring", "tokio-uring"]

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
categories = ["asynchronous", "web-programming::http-server"]
description = "Static file serving for Actix Web"
edition = "2021"
homepage = "https://actix.rs"
keywords = ["actix", "http", "async", "futures"]
license = "MIT OR Apache-2.0"
name = "actix-files"
readme = "README.md"
repository = "https://github.com/actix/actix-web"
version = "0.6.6"
[target."cfg(target_os = \"linux\")".dependencies.actix-server]
optional = true
version = "2.4"

[target."cfg(target_os = \"linux\")".dependencies.tokio-uring]
features = ["bytes"]
optional = true
version = "0.5"