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 = "2024"
name = "diogen"
version = "0.5.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus lib"
readme = "readme.md"
keywords = [
    "dioxus",
    "component",
    "lib",
]
license = "Apache-2.0"
repository = "https://github.com/unsudo-foundation/diogen"

[features]
binding = []
default = [
    "binding",
    "win-binding",
]
win-binding = []

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

[dependencies.dioxus]
version = ">=0.6.3,<1.0.0"

[dependencies.js-sys]
version = ">=0.3.77,<1.0.0"

[dependencies.modwire]
version = ">=0.1.0,<1.0.0"

[dependencies.paste]
version = ">=1.0.15,<2.0.0"

[dependencies.serde]
version = ">=1.0.219,<2.0.0"

[dependencies.serde-wasm-bindgen]
version = ">=0.6.5,<1.0.0"

[dependencies.strum]
version = ">=0.27.2,<1.0.0"

[dependencies.strum_macros]
version = ">=0.27.2,<1.0.0"

[dependencies.thiserror]
version = ">=2.0.14,<3.0.0"

[dependencies.wasm-bindgen]
version = ">=0.2.1,<1.0.0"

[dependencies.wasm-bindgen-futures]
version = ">=0.4.5,<1.0.0"

[dependencies.web-sys]
version = ">=0.3.77,<1.0.0"
features = [
    "Window",
    "MouseEvent",
    "EventTarget",
    "Event",
    "Element",
    "Document",
    "DomRect",
    "console",
]