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
# 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 = "rusty_express"
version = "0.2.9"
authors = ["Jacob Zuo <chopinsky@live.com>"]
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."
documentation = "https://docs.rs/rusty_express/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Chopinsky/Rusty_Express.git"
[dependencies.chrono]
version = "^0.4"

[dependencies.lazy_static]
version = "^1.0"

[dependencies.num_cpus]
version = "^1.8.0"

[dependencies.rand]
version = "^0.4"

[dependencies.regex]
version = "^0.2"

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