[dependencies.document-features]
optional = true
version = "0.2"
[dependencies.hirola-core]
version = "0.4.0"
[dependencies.hirola-dom]
optional = true
version = "0.4.0"
[dependencies.hirola-macros]
version = "0.4.0"
[dependencies.hirola-ssr]
optional = true
version = "0.4.0"
[dev-dependencies.futures-util]
version = "0.3"
[dev-dependencies.wasm-bindgen]
version = "0.2.89"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.39"
[dev-dependencies.web-sys]
features = ["Document", "Node", "Element"]
version = "0.3"
[features]
default = ["dom"]
docsrs = ["document-features"]
dom = ["hirola-dom"]
ssr = ["hirola-ssr"]
[package]
authors = ["Geoffrey Mureithi <mureithinjuguna@gmail.com>"]
description = "Hirola is an un-opinionated web framework that is focused on simplicity and predictability"
documentation = "https://hirola-docs.vercel.app"
edition = "2021"
keywords = ["wasm", "html", "dom", "web"]
license = "MIT OR Apache-2.0"
name = "hirola"
readme = "README.md"
repository = "https://github.com/geofmureithi/hirola"
version = "0.4.0"
[package.metadata.docs.rs]
default-target = "wasm32-unknown-unknown"
features = ["docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
lto = true
opt-level = "z"
overflow-checks = false
strip = "symbols"