[[bin]]
name = "rocal"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.rocal-cli]
optional = true
version = "0.2"
[dependencies.rocal-core]
version = "0.2"
[dependencies.rocal-macro]
version = "0.2"
[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 = "Local-first-development driven web application 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.2.2"