# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hyper-routing" version = "0.6.1" authors = [ "Travis Sharp ", "Marcin Radoszewski ", "Alexander Mescheryakov ", ] description = "Simple routing middleware for Hyper http library." documentation = "https://docs.rs/hyper-routing/latest/hyper_routing/" readme = "README.md" keywords = [ "hyper", "router", "routing", "middleware", ] license = "MIT" repository = "https://github.com/tsharp/hyper-routing" [lib] name = "hyper_routing" path = "src/lib.rs" [dependencies.futures] version = "^0.3" [dependencies.hyper] version = "^0.14" [dependencies.regex] version = "^1.6"