# 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-web-query-method-middleware" version = "1.0.1" exclude = [ ".github", ".vscode", ] description = "An Actix Web middleware that allows you to reroute `POST` requests to other methods like `PUT` or `DELETE` using a query parameter." readme = "Readme.md" keywords = ["web-programming"] license = "MIT" repository = "https://github.com/SeriousBug/actix-web-query-method-middleware" [dependencies.actix-service] version = "2.0" [dependencies.actix-web] version = "4.3" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" optional = true [dependencies.qstring] version = "0.7" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [features] default = ["logging_tracing"] logging_log = ["log"] logging_tracing = ["tracing"]