# 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-router" version = "0.0.12" authors = ["Thomas Gideon "] description = "Minimalist router for hyper.rs" homepage = "http://github.com/commandline/luminal/router" readme = "README.md" keywords = ["web", "router"] categories = ["web-programming"] license = "Apache-2.0" repository = "http://github.com/commandline/luminal" [dependencies.error-chain] version = "0.11" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" optional = true [dependencies.hyper] version = "0.11" features = ["compat"] [dependencies.luminal-handler] version = "0.0" optional = true [dev-dependencies.time] version = "0.1" [dev-dependencies.tokio-core] version = "0.1" [features] handler = ["http", "luminal-handler"]