# 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 = "actix-router" version = "0.5.3" authors = [ "Nikolay Kim ", "Ali MJ Al-Nasrawy ", "Rob Ede ", ] description = "Resource path matching and router" readme = "README.md" keywords = [ "actix", "router", "routing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-web" [lib] name = "actix_router" path = "src/lib.rs" [[bench]] name = "router" harness = false required-features = ["unicode"] [[bench]] name = "quoter" harness = false [dependencies.bytestring] version = ">=0.1.5, <2" [dependencies.cfg-if] version = "1" [dependencies.http] version = "0.2.7" optional = true [dependencies.regex] version = "1.5" optional = true [dependencies.regex-lite] version = "0.1" [dependencies.serde] version = "1" [dependencies.tracing] version = "0.1.30" features = ["log"] default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.http] version = "0.2.7" [dev-dependencies.percent-encoding] version = "2.1" [dev-dependencies.serde] version = "1" features = ["derive"] [features] default = [ "http", "unicode", ] http = ["dep:http"] unicode = ["dep:regex"]