# 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 = "2018" name = "squall-router" version = "0.2.2" authors = ["Stanislav Dubrovskyi "] description = "HTTP router with path parameters extraction" keywords = ["squall", "router", "routing"] license = "MIT OR Apache-2.0" repository = "https://github.com/mtag-dev/rs-squall-router" [lib] name = "squall_router" crate-type = ["rlib"] path = "src/lib.rs" [[bench]] name = "router" harness = false [dependencies.bytecount] version = "0.6.2" [dependencies.firestorm] version = "0.4" [dependencies.regex] version = "1" [dependencies.rustc-hash] version = "1" [dev-dependencies.actix-router] version = "0.4" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.matchit] version = "0.4" [features] profile = ["firestorm/enable_system_time"]