spaserver 0.2.0

For SPA UI mockup server
# 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 = "spaserver"
version = "0.2.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Bob <nottxy@gmail.com>"]
description = "For SPA UI mockup server"
readme = "README.md"
keywords = ["server", "static-files", "http", "spa"]
categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"]
license = "MIT"
repository = "https://github.com/nottxy/spaserver"
[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"