# 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 = "miniserver" version = "0.1.5" authors = ["Sven-Hendrik Haase "] description = "For when you really just want to serve some files over HTTP right now!" readme = "README.md" keywords = ["serve", "http-server", "static-files", "http", "server"] categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"] license = "MIT" repository = "https://github.com/svenstaro/miniserve" [profile.release] lto = true [dependencies.actix] version = "0.7" [dependencies.actix-web] version = "0.7" [dependencies.base64] version = "0.9" [dependencies.clap] version = "2.32" [dependencies.simplelog] version = "0.5" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "svenstaro/miniserve"