toddy-iced-debug 0.6.2

Vendored fork of iced_debug for Toddy UI -- A pluggable API for debugging iced applications
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 = "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"