# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gonzales" version = "0.0.3-beta" authors = ["Petar Dambovaliev "] description = "This crate provides routing objects for darpi" keywords = ["darpi", "http", "router"] categories = ["http", "router", "network programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-darpi/darpi.git" [lib] bench = false [[bench]] name = "routing" harness = false [dependencies.smallvec] version = "1.6.1" [dev-dependencies.actix-router] version = "0.2.7" [dev-dependencies.criterion] version = "0.3" features = ["async_tokio", "html_reports"] [dev-dependencies.pprof] version = "0.4.3" features = ["criterion", "protobuf", "flamegraph"] [dev-dependencies.regex] version = "1.5.4" [dev-dependencies.route-recognizer] version = "0.3.0"