# 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" rust-version = "1.73" name = "hframe" version = "0.4.1" description = "Show HTML content \"inside\" your egui rendered application" documentation = "https://docs.rs/hframe" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/noxware/hframe" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = 2 [dependencies.egui] version = ">=0.25.0, <1.0.0" [dependencies.urlencoding] version = "2.1.3" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.67" features = [ "Window", "Document", "HtmlBodyElement", "console", "HtmlHeadElement", "Navigator", "Element", "NodeList", "HtmlElement", "CssStyleDeclaration", ]