# 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 = "routerman" version = "0.0.1" description = "Minimal routing library for hyper" license = "MIT" repository = "https://github.com/gtsiam/routerman" resolver = "2" [dependencies.futures-util] version = "0.3.21" [dependencies.hyper] version = "0.14.19" features = [ "server", "tcp", ] [dependencies.matchit] version = "0.6.0" [dependencies.mime] version = "0.3.16" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pin-project] version = "1.0.10" [dependencies.serde] version = "1.0.137" optional = true [dependencies.serde_json] version = "1.0.81" optional = true [dependencies.tower-service] version = "0.3.2" [dev-dependencies.hyper] version = "0.14.19" features = ["full"] [dev-dependencies.thiserror] version = "1.0.31" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["json"] json = [ "serde", "serde_json", ]