sauron 0.41.0

A versatile web framework and library for building client-side and/or server-side web applications
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.cfg-if]
version = "0.1"

[dependencies.sauron-core]
default-features = false
version = "0.41"

[dependencies.sauron-node-macro]
optional = true
version = "0.41"
[dev-dependencies.console_error_panic_hook]
version = "0.1"

[dev-dependencies.console_log]
version = "0.2"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
default = ["with-dom", "with-node-macro", "with-request-animation-frame"]
with-debug = ["sauron-core/with-debug"]
with-dom = ["sauron-core/with-dom"]
with-measure = ["sauron-core/with-measure"]
with-node-macro = ["sauron-node-macro"]
with-request-animation-frame = ["sauron-core/with-request-animation-frame"]

[package]
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "A versatile web framework and library for building client-side and/or server-side web applications"
documentation = "https://docs.rs/sauron"
edition = "2018"
keywords = ["html", "dom", "web"]
license = "MIT"
name = "sauron"
readme = "README.md"
repository = "https://github.com/ivanceras/sauron"
version = "0.41.0"