# 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 = "http_router_alt" version = "0.2.0" authors = ["Alexey Karasev "] include = ["Cargo.toml", "LICENSE", "src/**/*"] description = "A simple yet expressive router for http requests, abstract enough to be used with any http library on stable Rust" documentation = "https://docs.rs/http_router" readme = "README.md" keywords = ["router", "http", "hyper"] license = "MIT" repository = "https://github.com/alleycat-at-git/http_router" [lib] doctest = false [dependencies.hyper] version = ">= 0.12" optional = true [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dev-dependencies.rand] version = "0.5.5" [features] default = ["with_hyper"] with_hyper = ["hyper"]