# 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 = "warp_subdomain" version = "1.2.0" exclude = [ ".gitignore", ".vscode", "benches/**", "examples/**", ] description = "A simple subdomain parser for Warp web server framework with nano second processing time." readme = "README.md" keywords = [ "warp", "subdomain", "middleware", ] license = "MIT" repository = "https://github.com/mochamadsatria/warp_subdomain" resolver = "2" [lib] doctest = false [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.warp] version = "0.3.2" optional = true [dev-dependencies.criterion] version = "0.3.6" [dev-dependencies.tokio] version = "1.20.1" features = [ "test-util", "macros", ] [features] default = ["warp"]