iced_test 0.14.0

A library for testing iced applications in headless mode
Documentation
[dependencies.iced_futures]
features = ["thread-pool"]
version = "0.14.0"

[dependencies.iced_program]
version = "0.14.0"

[dependencies.iced_renderer]
features = ["fira-sans"]
version = "0.14.0"

[dependencies.iced_runtime]
version = "0.14.0"

[dependencies.iced_selector]
version = "0.14.0"

[dependencies.nom]
version = "8"

[dependencies.png]
version = "0.18"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
default_trait_access = "deny"
filter_map_next = "deny"
from_over_into = "deny"
large-enum-variant = "allow"
manual_let_else = "deny"
map-entry = "allow"
match-wildcard-for-single-variants = "deny"
needless_borrow = "deny"
new_without_default = "deny"
redundant-closure-for-method-calls = "deny"
result_large_err = "allow"
semicolon_if_nothing_returned = "deny"
trivially-copy-pass-by-ref = "deny"
type-complexity = "allow"
unused_async = "deny"
useless_conversion = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"
unused_results = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
broken_intra_doc_links = "forbid"

[package]
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A library for testing iced applications in headless mode"
edition = "2024"
homepage = "https://iced.rs"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
license = "MIT"
name = "iced_test"
readme = false
repository = "https://github.com/iced-rs/iced"
rust-version = "1.88"
version = "0.14.0"