# 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 = "luminal-handler" version = "0.0.5" authors = ["Thomas Gideon <cmdln@thecommandline.net>"] description = "Slightly more convenient API on top of hyper::server::Service" homepage = "http://github.com/commandline/luminal/router" readme = "README.md" keywords = ["web", "handler"] categories = ["web-programming"] license = "Apache-2.0" repository = "http://github.com/commandline/luminal" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" [dependencies.hyper] version = "0.11" features = ["compat"] [dev-dependencies.tokio-core] version = "0.1"