rocal 0.3.0

Full-Stack WASM framework
Documentation
[[bin]]
name = "rocal"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.rocal-cli]
optional = true
version = "0.3"

[dependencies.rocal-core]
version = "0.3"

[dependencies.rocal-macro]
version = "0.3"

[dependencies.rocal-ui]
version = "0.1"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1"

[features]
cli = ["rocal-cli", "tokio"]
default = []

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

[package]
authors = ["Yoshiki Sashiyama <yoshi@rocal.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Full-Stack WASM framework"
edition = "2021"
homepage = "https://github.com/rocal-dev/rocal"
keywords = ["local-first", "web-framework", "macro", "wasm", "web"]
license = "MIT"
name = "rocal"
readme = "README.md"
repository = "https://github.com/rocal-dev/rocal"
version = "0.3.0"