[package]
edition = "2024"
name = "lol-async"
version = "0.3.0"
authors = ["Jacob Rothstein <hi@jbr.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "async html-rewriter"
documentation = "https://docs.rs/lol-async"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbr/lol-async"
[lib]
name = "lol_async"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.futures-lite]
version = "2.6.1"
[dependencies.lol_html]
version = "2.7.2"
[dependencies.pin-project-lite]
version = "0.2.17"
[dev-dependencies.async-global-executor]
version = "3.1.0"