[dependencies]
log = "0.3.7"
serde_json = "1.0.0"
slab = "0.3.0"
[dependencies.hyper]
optional = true
version = "0.10.8"
[dependencies.websocket]
optional = true
version = "0.19.1"
[features]
default = ["iomould", "wsmould"]
iomould = []
wsmould = ["hyper", "websocket"]
[package]
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
description = "Rust web-framework for websocket based web-apps."
license = "MIT/Apache-2.0"
name = "mould"
readme = "README.md"
repository = "https://github.com/DenisKolodin/mould"
version = "0.0.22"