# 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 = "mogwai-js-framework-benchmark" version = "0.1.0" description = "mogwai-dom implementation of js-framework-benchmark" readme = "README.md" license = "MIT OR Apache-2.0" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-O4"] [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.68" [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.console_log] version = "^0.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.log] version = "^0.4" [dependencies.mogwai-dom] version = "0.2.2" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.wasm-bindgen] version = "^0.2" [dependencies.wasm-bindgen-futures] version = "0.4.33" [dependencies.web-sys] version = "^0.3" features = [ "Element", "Document", "HtmlElement", "HtmlCollection", "HtmlBodyElement", "NodeList", "Storage", ] [features] default = [] keyed = []