# 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 = "react-rs" version = "1.0.0-alpha.8" description = "react runtime for frender" license = "MIT" [lib] name = "react" crate-type = ["cdylib", "rlib"] [dependencies.convert-js] version = "1.0.0-alpha.14" [dependencies.forgotten] version = "1.1" [dependencies.frender-macros] version = "1.0.0-alpha.8" [dependencies.js-sys] version = "0.3" [dependencies.react-sys] version = "1.0.0-alpha.23" [dependencies.wasm-bindgen] version = "0.2.63" [dependencies.web-sys] version = "0.3.56" features = ["console", "Element", "AnimationEvent", "ClipboardEvent", "CompositionEvent", "DragEvent", "FocusEvent", "KeyboardEvent", "MouseEvent", "TouchEvent", "PointerEvent", "TransitionEvent", "UiEvent", "WheelEvent", "DataTransfer", "TouchList"] [dev-dependencies.wasm-bindgen-test] version = "0.3"