# 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-core" version = "0.0.2" authors = ["Marcel Müller "] description = "Part of the webframework project. It contains general types that can be used by supporting libraries." homepage = "https://github.com/webframework-rs/webframework" keywords = ["webframework", "fun"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/webframework-rs/webframework" [dependencies.bytes] version = "0.4.11" [dependencies.failure] version = "0.1.3" [dependencies.futures] version = "0.1.25" [dependencies.http] version = "0.1.14" [dependencies.hyper] version = "0.12.16" [dependencies.serde] version = "1.0.80" [dependencies.serde_urlencoded] version = "0.5.4" [dependencies.slog] version = "2.4.1" [dependencies.url] version = "1.7.2" [dependencies.uuid] version = "0.7.1"