# 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 = "actix-files" version = "0.6.6" authors = [ "Nikolay Kim ", "Rob Ede ", ] description = "Static file serving for Actix Web" homepage = "https://actix.rs" readme = "README.md" keywords = [ "actix", "http", "async", "futures", ] categories = [ "asynchronous", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-web" [lib] name = "actix_files" path = "src/lib.rs" [dependencies.actix-http] version = "3" [dependencies.actix-service] version = "2" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" default-features = false [dependencies.bitflags] version = "2" [dependencies.bytes] version = "1" [dependencies.derive_more] version = "0.99.5" [dependencies.futures-core] version = "0.3.17" features = ["alloc"] default-features = false [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", ] [target."cfg(target_os = \"linux\")".dependencies.actix-server] version = "2.4" optional = true [target."cfg(target_os = \"linux\")".dependencies.tokio-uring] version = "0.5" features = ["bytes"] optional = true