http-fs 0.4.0

HTTP File Service library
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 = "http-fs"
version = "0.4.0"
authors = ["Douman <douman@gmx.se>"]
description = "HTTP File Service library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitlab.com/Douman/http-fs"
[package.metadata.docs.rs]
features = ["hyper", "actix"]

[[example]]
name = "actix"
path = "examples/actix.rs"
required-features = ["actix"]

[[example]]
name = "hyper"
path = "examples/hyper.rs"
required-features = ["hyper"]
[dependencies.actix-web]
version = "0.7"
optional = true

[dependencies.bytes]
version = "0.4"

[dependencies.etag]
version = "1"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.httpdate]
version = "0.3"

[dependencies.hyper]
version = "0.12"
optional = true

[dependencies.mime]
version = "0.3"

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

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

[dependencies.threadpool]
version = "1"

[dependencies.v_htmlescape]
version = "0.4"

[features]
actix = ["actix-web"]