# 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 = "pavex_matchit" version = "0.7.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fork of matchit, to get some unreleased fixes in Pavex." readme = "README.md" keywords = [ "router", "path", "tree", "match", "url", ] categories = [ "network-programming", "algorithms", ] license = "MIT AND BSD-3-Clause" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "pavex_matchit" path = "src/lib.rs" [[example]] name = "hyper" path = "examples/hyper.rs" [[test]] name = "tree" path = "tests/tree.rs" [[bench]] name = "bench" path = "benches/bench.rs" 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 = []