# 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-inline-assets" version = "0.0.6" authors = ["Felipe Coury "] description = "Inline external scripts, styles and images in HTML files using Cloudflare's lol-html." readme = "README.md" license = "MIT" repository = "https://github.com/fcoury/lol-inline-assets-rs" [dependencies.anyhow] version = "1.0.65" [dependencies.base64] version = "0.13.0" [dependencies.lol_html] version = "0.3.1" [dependencies.mime_guess] version = "2.0.4" [dependencies.regex] version = "1.6.0" [dev-dependencies]