# 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 = "webframework" version = "0.0.2" authors = ["Marcel Müller "] description = "An extensible webframework, its main purpose is to be: safe, fun, fast." homepage = "https://github.com/webframework-rs/webframework" readme = "README.md" keywords = ["webframework", "fun"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/webframework-rs/webframework" [dependencies.failure] version = "0.1.3" [dependencies.futures] version = "0.1.25" [dependencies.horrorshow] version = "0.6.4" [dependencies.http] version = "0.1.13" [dependencies.hyper] version = "0.12.16" [dependencies.lazy_static] version = "1.2.0" [dependencies.regex] version = "1.0.6" [dependencies.serde] version = "1.0.80" [dependencies.slog] version = "2.4.1" [dependencies.slog-async] version = "2.3.0" [dependencies.slog-term] version = "2.4.0" [dependencies.uuid] version = "0.7" features = ["v4"] [dependencies.webframework-core] version = "0.0.2" optional = false [dependencies.webframework-derive] version = "0.0.2" optional = false [badges.maintenance] status = "actively-developed"