dioxus-textfx 0.1.0-alpha.3

Accessible Dioxus text animation components.
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-textfx"
version = "0.1.0-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Accessible Dioxus text animation components."
readme = "README.md"
keywords = [
    "dioxus",
    "text",
    "animation",
    "accessibility",
]
categories = [
    "web-programming",
    "gui",
    "accessibility",
]
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"]
web = [
    "dioxus/web",
    "dioxus-native-port/web",
]

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

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

[dependencies.dioxus-motion-core]
version = "0.1.0-alpha.1"

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

[dependencies.dioxus-textfx-core]
version = "0.1.0-alpha.4"

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