# 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 = "2018" name = "http-fs" version = "2.0.1" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "HTTP File Service library" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/Douman/http-fs" [package.metadata.docs.rs] features = [ "tokio", "hyper", ] [[test]] name = "file_service" required-features = ["tokio"] [dependencies.bytes] version = "1.5" [dependencies.etag] version = "4" features = ["std"] [dependencies.http] version = "1" [dependencies.httpdate] version = "1" [dependencies.hyper] version = "1" features = [ "http1", "server", ] optional = true default-features = false [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0.0" [dependencies.percent-encoding] version = "2" [dependencies.tokio] version = "1" features = ["rt"] optional = true default-features = false [dependencies.v_htmlescape] version = "0.15"