dummyhttp 0.2.0

Super simple HTTP server that replies with a fixed body and a fixed response code
# 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 = "dummyhttp"
version = "0.2.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
description = "Super simple HTTP server that replies with a fixed body and a fixed response code"
readme = "README.md"
keywords = ["dummy", "fake", "http-server", "http", "server"]
categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"]
license = "MIT"
repository = "https://github.com/svenstaro/dummyhttp"
[profile.release]
lto = true
[dependencies.actix-web]
version = "0.6"

[dependencies.clap]
version = "2.29"

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

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