# 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 = "2018" name = "trillium-html-rewriter" version = "0.3.0" authors = ["Jacob Rothstein "] description = "streaming html rewriter for trillium.rs" readme = "README.md" keywords = [ "trillium", "framework", "async", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trillium-rs/trillium-html-rewriter" [dependencies.async-global-executor] version = "2.3.1" optional = true [dependencies.async_std_crate] version = "1.12.0" features = ["unstable"] optional = true package = "async-std" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.lol-async] version = "0.2.0" [dependencies.mime] version = "0.3.17" [dependencies.tokio_crate] version = "1.28.0" features = ["rt"] optional = true package = "tokio" [dependencies.trillium] version = "0.2.9" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.trillium-proxy] version = "0.4.0" [dev-dependencies.trillium-rustls] version = "0.3.0" [dev-dependencies.trillium-smol] version = "0.3.0" [dev-dependencies.trillium-testing] version = "0.5.0" [features] async-std = ["async_std_crate"] default = ["async-global-executor"] smol = ["async-global-executor"] tokio = ["tokio_crate"]