[dependencies.js-sys]
version = "0.3"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde-wasm-bindgen]
version = "0.6"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dependencies.url]
version = "2"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.wasm-bindgen-futures]
version = "0.4"
[dependencies.web-sys]
features = ["Window", "History", "console", "Location", "Document", "DocumentFragment", "Element", "HtmlElement", "Node", "NodeList", "Event", "FormData", "HtmlFormElement", "Worker", "WorkerOptions", "WorkerType"]
version = "0.3"
[lib]
name = "rocal_core"
path = "src/lib.rs"
[package]
authors = ["Yoshiki Sashiyama <yoshi@rocal.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Core for Rocal - Full-Stack WASM framework"
edition = "2021"
homepage = "https://github.com/rocal-dev/rocal"
keywords = ["local-first", "web-framework", "wasm", "web"]
license = "MIT"
name = "rocal-core"
readme = "README.md"
repository = "https://github.com/rocal-dev/rocal"
version = "0.2.3"