miniserve 0.1.5

For when you really just want to serve some files over HTTP right now!
# 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 = "miniserve"
version = "0.1.5"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
description = "For when you really just want to serve some files over HTTP right now!"
readme = "README.md"
keywords = ["serve", "http-server", "static-files"]
categories = ["command-line-utilities", "command-line-interface"]
license = "MIT"
repository = "https://github.com/svenstaro/miniserve"
[profile.release]
lto = true
[dependencies.actix]
version = "0.5"

[dependencies.actix-web]
version = "0.6"

[dependencies.base64]
version = "0.9"

[dependencies.clap]
version = "2.29"

[dependencies.simplelog]
version = "0.5"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "svenstaro/miniserve"