freya-testing 0.4.0-rc.21

Headless testing APIs for Freya
# 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 = "freya-testing"
version = "0.4.0-rc.21"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless testing APIs for Freya"
homepage = "https://freyaui.dev/"
readme = "README.md"
keywords = ["gui"]
categories = [
    "gui",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/marc2332/freya"

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

[dependencies.accesskit]
version = "0.24.0"

[dependencies.freya-clipboard]
version = "0.4.0-rc.21"

[dependencies.freya-components]
version = "0.4.0-rc.21"

[dependencies.freya-core]
version = "0.4.0-rc.21"
features = ["debug-integrity"]

[dependencies.freya-engine]
version = "0.4.0-rc.21"

[dependencies.futures-channel]
version = "0.3.31"

[dependencies.ragnarok]
version = "0.4.0-rc.21"

[dependencies.torin]
version = "0.4.0-rc.21"

[dev-dependencies]

[lints.clippy]
redundant_clone = "warn"