# 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-prerender" version = "0.2.4" authors = ["Martin Mariano "] description = "Actix middleware that sends requests to Prerender.io or a custom Prerender service URL." license = "MIT" repository = "https://github.com/saskenuba/actix-prerender" resolver = "2" [dependencies.actix-service] version = "2" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" default-features = false [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "tokio-rustls", "gzip", ] [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dev-dependencies.actix-web] version = "4" features = ["macros"] default_features = false [dev-dependencies.env_logger] version = "0.9"