# 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-web-static-files" version = "4.0.1" authors = ["Alexander Korolev "] description = """ actix-web static files as resources support. """ homepage = "https://github.com/kilork/actix-web-static-files" readme = "README.md" keywords = [ "actix", "http", "web", "static", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", ] license = "Unlicense OR MIT" repository = "https://github.com/kilork/actix-web-static-files" [dependencies.actix-web] version = "4" default-features = false [dependencies.derive_more] version = "0.99.17" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.static-files] version = "0.2" default-features = false [build-dependencies.static-files] version = "0.2" default-features = false [features] change-detection = ["static-files/change-detection"] default = ["change-detection"]