# 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 = "matchit" version = "0.7.3" authors = ["Ibraheem Ahmed "] description = "A high performance, zero-copy URL router." readme = "README.md" keywords = [ "router", "path", "tree", "match", "url", ] categories = [ "network-programming", "algorithms", ] license = "MIT AND BSD-3-Clause" repository = "https://github.com/ibraheemdev/matchit" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.actix-router] version = "0.2.7" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.gonzales] version = "0.0.3-beta" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.path-tree] version = "0.2.2" [dev-dependencies.regex] version = "1.5.4" [dev-dependencies.route-recognizer] version = "0.3.0" [dev-dependencies.routefinder] version = "0.5.2" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4" features = [ "make", "util", ] [features] __test_helpers = [] default = []