rusty_express 0.2.9

A simple server written in Rust and provide Express-alike APIs. Many things are changing and I'm working on completing more features. Please visit the project repository to submit issues or feature requests.
Documentation
[package]
name = "rusty_express"
description = "A simple server written in Rust and provide Express-alike APIs. Many things are changing and I'm working on completing more features. Please visit the project repository to submit issues or feature requests."
readme = "README.md"
documentation = "https://docs.rs/rusty_express/"
repository = "https://github.com/Chopinsky/Rusty_Express.git"
version = "0.2.9"
authors = ["Jacob Zuo <chopinsky@live.com>"]
license = "MIT"

[features]
default = ["session"]
session = []

[dependencies]
regex = "^0.2"
chrono = "^0.4"
lazy_static = "^1.0"
rand = "^0.4"
num_cpus = "^1.8.0"