1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "matchit" 15version = "0.7.3" 16authors = ["Ibraheem Ahmed <[email protected]>"] 17description = "A high performance, zero-copy URL router." 18readme = "README.md" 19keywords = [ 20 "router", 21 "path", 22 "tree", 23 "match", 24 "url", 25] 26categories = [ 27 "network-programming", 28 "algorithms", 29] 30license = "MIT AND BSD-3-Clause" 31repository = "https://github.com/ibraheemdev/matchit" 32 33[profile.release] 34opt-level = 3 35lto = true 36codegen-units = 1 37 38[[bench]] 39name = "bench" 40harness = false 41 42[dependencies] 43 44[dev-dependencies.actix-router] 45version = "0.2.7" 46 47[dev-dependencies.criterion] 48version = "0.3.4" 49 50[dev-dependencies.gonzales] 51version = "0.0.3-beta" 52 53[dev-dependencies.hyper] 54version = "0.14" 55features = ["full"] 56 57[dev-dependencies.path-tree] 58version = "0.2.2" 59 60[dev-dependencies.regex] 61version = "1.5.4" 62 63[dev-dependencies.route-recognizer] 64version = "0.3.0" 65 66[dev-dependencies.routefinder] 67version = "0.5.2" 68 69[dev-dependencies.tokio] 70version = "1" 71features = ["full"] 72 73[dev-dependencies.tower] 74version = "0.4" 75features = [ 76 "make", 77 "util", 78] 79 80[features] 81__test_helpers = [] 82default = [] 83