# 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 = "wasm-react" version = "0.6.0" authors = ["Yichuan Shen"] description = "WASM bindings for React." readme = "README.md" keywords = [ "react", "ui", "wasm", "js", "web", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yishn/wasm-react" [profile.release] opt-level = "s" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.js-sys] version = "0.3.64" [dependencies.paste] version = "1.0.14" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3.64" features = [ "Event", "MouseEvent", "FocusEvent", "KeyboardEvent", "DragEvent", "PointerEvent", "WheelEvent", "AnimationEvent", "TransitionEvent", "Element", ]