dioxus-resize-observer 0.3.0

Resize observer hooks 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 = "2021"
name = "dioxus-resize-observer"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resize observer hooks for Dioxus."
readme = "README.md"
license = "MIT"
repository = "https://github.com/dioxus-community/dioxus-resize-observer"

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

[[example]]
name = "use_size"
path = "examples/use_size.rs"

[dependencies.dioxus]
version = "0.6.0"

[dependencies.dioxus-use-mounted]
version = "0.3.0"

[dependencies.dioxus-web]
version = "0.6.0"

[dependencies.js-sys]
version = "0.3.72"

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

[dependencies.web-sys]
version = "0.3.72"
features = [
    "Element",
    "DomRectReadOnly",
    "ResizeObserver",
    "ResizeObserverEntry",
]