vial 0.0.7

a micro micro-framework
Documentation
[[example]]
name = "horrorshow"
required-features = ["horror"]

[[example]]
name = "markdown"
required-features = ["markdown"]

[[example]]
name = "state"
required-features = ["stateful"]
[dependencies.autolink]
optional = true
version = "0.3.0"

[dependencies.horrorshow]
optional = true
version = "0.8.3"

[dependencies.libc-strftime]
version = "0.2.0"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.pulldown-cmark]
default-features = false
optional = true
version = "0.7"

[dependencies.state]
features = ["tls"]
optional = true
version = "0.4"

[dependencies.threadpool]
version = "1.7.1"

[features]
default = []
horror = ["horrorshow"]
markdown = ["pulldown-cmark", "autolink"]
stateful = ["state"]

[package]
authors = ["chris west <c@xvxx.io>"]
description = "a micro micro-framework"
documentation = "https://docs.rs/vial/"
edition = "2018"
license = "MIT"
name = "vial"
readme = "README.md"
repository = "https://github.com/xvxx/vial"
version = "0.0.7"
[package.metadata.release]
dev-version-ext = "dev"