actix-files 0.1.0-alpha.6

Static files support for actix web.
Documentation
# 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 = "actix-files"
version = "0.1.0-alpha.6"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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 = "actix_files"
path = "src/lib.rs"
[dependencies.actix-service]
version = "0.3.4"

[dependencies.actix-web]
version = "1.0.0-alpha.6"

[dependencies.bitflags]
version = "1"

[dependencies.bytes]
version = "0.4"

[dependencies.derive_more]
version = "0.14"

[dependencies.futures]
version = "0.1.25"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "2.0.0-alpha"

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

[dependencies.v_htmlescape]
version = "0.4"
[dev-dependencies.actix-web]
version = "1.0.0-alpha.6"
features = ["ssl"]