# 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 = "edom" version = "0.1.0" description = "An immediate mode web frontend library similar to EGUI" homepage = "https://github.com/adamritter/edom" readme = "README.md" keywords = [ "web", "wasm", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/adamritter/edom" [package.metadata.docs.rs] features = ["doc-images"] [profile.release] lto = true [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "bench" harness = false [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.getrandom] version = "0.2.8" features = ["js"] [dependencies.js-sys] version = "0.3.60" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.smallstr] version = "0.3.0" [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.web-sys] version = "0.3.53" features = [ "Document", "DomTokenList", "Element", "Event", "EventTarget", "HtmlElement", "Node", "NodeList", "Window", "Text", "console", "HtmlInputElement", ] [dev-dependencies.criterion] version = "0.4" [features] doc-images = []