# 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] edition = "2018" name = "routerify" version = "3.0.0" authors = ["Rousan Ali "] description = "A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs." homepage = "https://github.com/routerify/routerify" readme = "README.md" keywords = ["hyper", "hyper-rs", "router", "routing", "middleware"] categories = ["asynchronous", "web-programming", "web-programming::http-server"] license = "MIT" repository = "https://github.com/routerify/routerify" [package.metadata.docs.rs] all-features = true [package.metadata.playground] features = ["all"] [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["server", "tcp"] default-features = false [dependencies.lazy_static] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.regex] version = "1" features = ["std"] default-features = false [dev-dependencies.aws_lambda_events] version = "0.4.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.lambda_http] version = "0.2.0" package = "netlify_lambda_http" [dev-dependencies.slog] version = "2" [dev-dependencies.sloggers] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.url] version = "2" [features] all = ["hyper-http1", "hyper-http2"] default = ["hyper-http1"] hyper-http1 = ["hyper/http1"] hyper-http2 = ["hyper/http2"]