dioxus-modal 0.3.2

Modal composable for Dioxus
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 = "dioxus-modal"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modal composable for Dioxus"
readme = "README.md"
license = "MIT OR Apache-2.0"
resolver = "1"

[features]
default = []
ssr = ["dioxus-transition/ssr"]

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

[dependencies.dioxus]
version = "0.7"

[dependencies.dioxus-modal-macros]
version = "0.3.1"

[dependencies.dioxus-transition]
version = "0.3"

[dependencies.gloo]
version = "0.11"

[dependencies.tracing]
version = "0.1"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "EventTarget",
    "KeyboardEvent",
    "Window",
]