[package]
edition = "2024"
name = "toddy-iced-debug"
version = "0.6.2"
authors = [
"Héctor Ramón Jiménez <hector@hecrj.dev>",
"Daniel Hedlund <daniel@digitree.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored fork of iced_debug for Toddy UI -- A pluggable API for debugging iced applications"
homepage = "https://github.com/toddy-ui/toddy-iced"
readme = false
keywords = [
"gui",
"ui",
"graphics",
"interface",
"accessibility",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/toddy-ui/toddy-iced"
[features]
enable = ["dep:iced_beacon"]
hot = [
"enable",
"dep:cargo-hot",
]
[lib]
name = "iced_debug"
path = "src/lib.rs"
[dependencies.iced_core]
version = "0.6.2"
package = "toddy-iced-core"
[dependencies.iced_futures]
version = "0.6.2"
package = "toddy-iced-futures"
[dependencies.log]
version = "0.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cargo-hot]
version = "0.1"
optional = true
package = "cargo-hot-protocol"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.iced_beacon]
version = "0.6.2"
optional = true
package = "toddy-iced-beacon"