# 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 = "servedir" version = "0.1.0" authors = ["Stephane Raux "] description = "Tool to serve a directory over HTTP" homepage = "https://github.com/stephaneyfx/servedir" keywords = ["http", "directory", "file", "server"] license = "MIT" repository = "https://github.com/stephaneyfx/servedir.git" [dependencies.clap] version = "2.32.0" [dependencies.ctrlc] version = "3.1.1" features = ["termination"] [dependencies.futures] version = "0.1.25" [dependencies.http] version = "0.1.15" [dependencies.hyper] version = "0.12.24" [dependencies.mime] version = "0.3.13" [dependencies.nestxml] version = "0.2.0" [dependencies.number_prefix] version = "0.2.8" [dependencies.percent-encoding] version = "1.0.1" [dependencies.tokio-codec] version = "0.1.1" [dependencies.tokio-fs] version = "0.1.5" [dependencies.xml-rs] version = "0.8.0"