dioxus-type-animation 0.1.0

A Dioxus typewriter animation component inspired by react-type-animation.
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-type-animation"
version = "0.1.0"
authors = ["Elias Wilken <elias@ferra.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Dioxus typewriter animation component inspired by react-type-animation."
documentation = "https://docs.rs/dioxus-type-animation"
readme = "README.md"
keywords = [
    "dioxus",
    "typewriter",
    "animation",
]
license = "MIT"
repository = "https://github.com/ewilken/dioxus-type-animation"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.dioxus]
version = "0.7"

[dependencies.fastrand]
version = "2"

[dependencies.gloo-timers]
version = "0.4"
features = ["futures"]