# 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 = "regex_router" version = "1.0.2" authors = ["Harry [hello@majored.pw]"] description = "An implementation of request routing via a singular grouped regex (with support for path parameter extraction)." homepage = "https://github.com/Majored/rs-regex-router" documentation = "https://docs.rs/regex_router/" readme = "README.md" keywords = ["web", "regex", "router"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/Majored/rs-regex-router" resolver = "2" [lib] doctest = false [dependencies.regex] version = "1.5.4" [dev-dependencies.hyper] version = "0.14.5" features = ["full"] [dev-dependencies.tokio] version = "1.4.0" features = ["full"]