dwui 0.10.0

UI Component library built on the DWIND style crate!
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 = "dwui"
version = "0.10.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI Component library built on the DWIND style crate!"
homepage = "https://github.com/JedimEmO/dwind"
readme = "README.md"
keywords = [
    "web",
    "wasm",
    "css",
    "style",
]
license = "MIT"
repository = "https://github.com/JedimEmO/dwind"

[lib]
name = "dwui"
path = "src/lib.rs"

[[test]]
name = "components"
path = "tests/components.rs"

[[test]]
name = "styling"
path = "tests/styling.rs"

[dependencies.const_format]
version = "0.2"

[dependencies.discard]
version = "1"

[dependencies.dominator]
version = "0.5"

[dependencies.dwind]
version = "0.8.0"

[dependencies.dwind-macros]
version = "0.5.0"

[dependencies.futures-signals]
version = "0.3"

[dependencies.futures-signals-component-macro]
version = "0.4.0"
features = ["dominator"]

[dependencies.gloo-timers]
version = "0.3.0"
features = [
    "futures",
    "futures",
]

[dependencies.once_cell]
version = "^1.19"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
version = "0.3"
features = [
    "DomRect",
    "Element",
    "Navigator",
    "Url",
    "Window",
    "HtmlSelectElement",
    "NodeList",
]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.wasm-bindgen-futures]
version = "0.4"

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

[dev-dependencies.web-sys]
version = "0.3"
features = [
    "DomRect",
    "Element",
    "Navigator",
    "Url",
    "Window",
    "HtmlSelectElement",
    "CssKeyframesRule",
    "CssRule",
    "CssRuleList",
    "CssStyleDeclaration",
    "CssStyleRule",
    "CssStyleSheet",
    "Document",
    "HtmlElement",
    "HtmlInputElement",
    "KeyboardEvent",
    "KeyboardEventInit",
    "NodeList",
    "StyleSheet",
    "StyleSheetList",
    "console",
]

[build-dependencies.dominator-css-bindgen]
version = "0.2.0"

[build-dependencies.serde]
version = "1.0"
features = ["derive"]