miniserve/Cargo.toml
Sven-Hendrik Haase db536a9889 Bump deps
2018-12-10 16:32:09 +01:00

28 lines
787 B
TOML

[package]
name = "miniserve"
version = "0.2.1"
description = "For when you really just want to serve some files over HTTP right now!"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
repository = "https://github.com/svenstaro/miniserve"
license = "MIT"
readme = "README.md"
keywords = ["serve", "http-server", "static-files", "http", "server"]
categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"]
[badges]
travis-ci = { repository = "svenstaro/miniserve", branch = "master" }
maintenance = { status = "actively-developed" }
[profile.release]
lto = true
[dependencies]
clap = "2.29"
yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
simplelog = "0.5"
base64 = "0.10"
percent-encoding = "1.0.1"
htmlescape = "0.3.1"