iced_debug 0.14.0

A pluggable API for debugging iced applications
Documentation
[dependencies.iced_core]
version = "0.14.0"

[dependencies.iced_futures]
version = "0.14.0"

[dependencies.log]
version = "0.4"

[features]
enable = ["dep:iced_beacon"]
hot = ["enable", "dep:cargo-hot"]

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

[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 pluggable API for debugging iced applications"
edition = "2024"
homepage = "https://iced.rs"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
license = "MIT"
name = "iced_debug"
readme = false
repository = "https://github.com/iced-rs/iced"
version = "0.14.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cargo-hot]
optional = true
package = "cargo-hot-protocol"
version = "0.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.iced_beacon]
optional = true
version = "0.14.0"