# 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 = "lol-async" version = "0.2.0" authors = ["Jacob Rothstein "] 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" [dependencies.atomic-waker] version = "1.1.1" [dependencies.futures-lite] version = "1.13.0" [dependencies.lockfree] version = "0.5.1" [dependencies.lol_html] version = "0.4.0" [dependencies.pin-project-lite] version = "0.2.9" [dev-dependencies.async-executor] version = "1.5.1" [dev-dependencies.async-global-executor] version = "2.3.1" [dev-dependencies.async-io] version = "1.13.0"