lol-async 0.3.0

async html-rewriter
Documentation
# 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 = "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"