dioxus-hoverfx 0.1.0-alpha.3

Dioxus components and native metadata for worker-first cursor hover effects.
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-hoverfx"
version = "0.1.0-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus components and native metadata for worker-first cursor hover effects."
readme = "README.md"
keywords = [
    "dioxus",
    "hover",
    "cursor",
    "effects",
]
categories = [
    "web-programming",
    "gui",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Collin-Budrick/dioxus_template"
resolver = "2"

[features]
default = ["web"]
desktop = ["dioxus/desktop"]
native = [
    "dioxus/native",
    "dioxus-native-port/native",
]
server = ["dioxus/server"]
textfx-interop = ["dioxus-hoverfx-core/textfx-interop"]
web = [
    "dioxus/web",
    "dioxus-native-port/web",
]

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

[dependencies.dioxus]
version = "0.8.0-alpha.0"
features = ["minimal"]
default-features = false

[dependencies.dioxus-hoverfx-core]
version = "0.1.0-alpha.2"

[dependencies.dioxus-native-port]
version = "0.1.0-alpha.2"
default-features = false

[dependencies.dioxus-theme-core]
version = "0.1.0-alpha.3"