# 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 = "replace_html" version = "0.1.0" description = "A simple, minimal crate to replace HTML in wasm32 environments." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/loopystudios/replace_html" [dependencies.thiserror] version = "1.0.58" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Window", "Document", "HtmlElement", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.42"