# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "requiem-files" version = "0.2.1-r1" authors = ["Nikolay Kim "] description = "Static files support for actix web." homepage = "https://actix.rs" documentation = "https://docs.rs/actix-files/" readme = "README.md" keywords = ["actix", "http", "async", "futures"] categories = ["asynchronous", "web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://github.com/actix/actix-web.git" [lib] name = "requiem_files" path = "src/lib.rs" [dependencies.bitflags] version = "1" [dependencies.bytes] version = "0.5.3" [dependencies.derive_more] version = "0.99.2" [dependencies.futures] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0.1" [dependencies.percent-encoding] version = "2.1" [dependencies.requiem-http] version = "1.0.1-r1" [dependencies.requiem-service] version = "1.0.1" [dependencies.requiem-web] version = "2.0.0-r2" default-features = false [dependencies.v_htmlescape] version = "0.4" [dev-dependencies.requiem-rt] version = "1.0.0" [dev-dependencies.requiem-web] version = "2.0.0-r1" features = ["openssl"]