duid 0.1.0

Web framework for creating fast and interactive client side web application
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]