react-rs-dom 0.3.0

DOM rendering and SSR for react.rs
Documentation
# 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-dom"
version = "0.3.0"
authors = ["OS-Lihua"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DOM rendering and SSR for react.rs"
homepage = "https://github.com/OS-Lihua/next.rs"
readme = false
keywords = [
    "react",
    "nextjs",
    "wasm",
    "ssr",
    "web",
]
categories = [
    "web-programming",
    "wasm",
    "gui",
]
license = "MIT"
repository = "https://github.com/OS-Lihua/next.rs"

[features]
default = []

[lib]
name = "react_rs_dom"
path = "src/lib.rs"

[dependencies.react-rs-core]
version = "0.3.0"

[dependencies.react-rs-elements]
version = "0.3.0"

[dev-dependencies]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Document",
    "Element",
    "HtmlElement",
    "Node",
    "Text",
    "Window",
    "Event",
    "MouseEvent",
    "InputEvent",
    "HtmlInputElement",
    "EventTarget",
]