[package]
name = "react-sys"
version = "1.0.0-alpha.21"
edition = "2018"
description = "React bindings for rust"
license = "MIT"
authors = [
"Equal Ma <equalma@outlook.com>",
]
homepage = "https://github.com/frender-rs/react-sys"
repository = "https://github.com/frender-rs/react-sys"
categories = [
"wasm",
"api-bindings",
"gui",
]
keywords = [
"react",
"wasm",
"web",
"ui",
"js",
]
[lib]
crate-type = ["cdylib", "rlib"]
[features]
import-react = []
[dependencies]
wasm-bindgen = "~0.2.63"
js-sys = "0.3"
[dependencies.web-sys]
version = "0.3"
features = [
"Window",
"Document",
"Element",
"HtmlElement",
]
[dev-dependencies]
wasm-bindgen-test = "0.3.13"
[profile.release]
opt-level = "s"