# 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 = "router-service" version = "0.2.0" description = "A simple HTTP router to be used as a tower service" documentation = "https://docs.rs/router-service" readme = "README.md" license = "MIT" repository = "https://github.com/zebp/router-service" [dependencies.futures-util] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.matchit] version = "0.7.0" [dependencies.tower] version = "0.4.13" [dev-dependencies.futures] version = "0.3.28" features = ["executor"] [dev-dependencies.hyper] version = "0.14.26" features = [ "http1", "http2", "server", "tcp", ] [dev-dependencies.tokio] version = "1.28.1" features = [ "io-util", "macros", "rt-multi-thread", ] [dev-dependencies.tower] version = "0.4.13" features = ["make"]