# 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 = "actix-clean-path" version = "1.0.0" authors = ["Naitik Shah "] description = "Middleware to clean request's URI, and redirect if necessary." readme = "readme.md" keywords = ["actix", "middleware"] categories = [] license = "MIT" repository = "https://github.com/daaku/actix-clean-path" [dependencies.actix-web] version = "3.0.0-alpha.3" default-features = false [dependencies.futures-util] version = "0.3.5" [dependencies.path-clean] version = "0.1" [dev-dependencies.actix-rt] version = "1.1.1"