# 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] name = "http-file-headers" version = "0.1.8" authors = ["Paul Colomiets "] description = " A framework-agnostic helper library for serving static files.\n It makes very easy to write full-featured static file server\n (incl. conditional headers, encodings, range requests, etc)\n" homepage = "http://github.com/swindon-rs/http-file-headers" documentation = "http://docs.rs/http-file-headers" readme = "README.md" keywords = ["http", "serve", "filesystem", "file", "headers"] license = "MIT/Apache-2.0" [dependencies.blake2] version = "0.7.1" [dependencies.byteorder] version = "1.2.3" [dependencies.digest-writer] version = "0.3.1" [dependencies.generic-array] version = "0.11.1" [dependencies.httpdate] version = "0.3.2" [dependencies.mime_guess] version = "1.8.2" [dependencies.typenum] version = "1.10.0" [dev-dependencies.env_logger] version = "0.5.2" [dev-dependencies.futures] version = "0.1.14" [dev-dependencies.futures-cpupool] version = "0.1.5" [dev-dependencies.lazy_static] version = "1.0.1" [dev-dependencies.log] version = "0.4.2" [dev-dependencies.tk-http] version = "0.3.1" [dev-dependencies.tk-listen] version = "0.1.0" [dev-dependencies.tokio-core] version = "0.1.9" [dev-dependencies.tokio-io] version = "0.1.3"