[package]
edition = "2021"
name = "duid"
version = "0.1.0"
authors = ["Djedou Arnaud <djedouarnaud.aman@gmail.com>"]
description = "Web framework for creating fast and interactive client side web application"
documentation = "https://docs.rs/duid"
readme = "README.md"
keywords = [
"gui",
"wasm",
"elm",
]
categories = [
"gui",
"wasm",
"web-programming",
]
license = "MIT"
repository = "https://github.com/djedou/duid/tree/master"
[dependencies.duid-core]
version = "0.1"
default-features = true
[features]
default = [
"duid-core/default",
"with-request-animation-frame",
]
with-request-animation-frame = ["duid-core/with-request-animation-frame"]