# 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] edition = "2018" name = "rusty_express" version = "0.4.3" authors = ["Jacob Zuo "] description = "A simple http server library written in Rust and provide Express-alike APIs. We know that Rust is hard and daunting, so we will make sure your server can be easy to use without fear!" 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.crossbeam-channel] version = "^0.3.0" [dependencies.hashbrown] version = "0.1" [dependencies.lazy_static] version = "^1.0" [dependencies.native-tls] version = "0.2" [dependencies.num_cpus] version = "^1.8" [dependencies.parking_lot] version = "^0.7.1" [dependencies.rand] version = "^0.4" [dependencies.regex] version = "^0.2" [features] default = ["session", "logger"] logger = [] session = []