2024-02-26 07:00:51 +01:00
|
|
|
[package]
|
|
|
|
|
name = "iced_debug"
|
|
|
|
|
description = "A pluggable API for debugging iced applications"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
|
|
|
|
|
[features]
|
2025-06-24 17:37:08 +02:00
|
|
|
enable = ["dep:iced_beacon"]
|
|
|
|
|
hot = ["enable", "dep:cargo-hot"]
|
2024-02-26 07:00:51 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced_core.workspace = true
|
2025-04-17 03:24:17 +02:00
|
|
|
iced_futures.workspace = true
|
2025-04-07 20:02:39 +02:00
|
|
|
log.workspace = true
|
2024-02-26 07:00:51 +01:00
|
|
|
|
2025-03-12 16:51:45 +01:00
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
2024-05-10 20:08:09 +02:00
|
|
|
iced_beacon.workspace = true
|
|
|
|
|
iced_beacon.optional = true
|
2025-06-06 22:58:59 +02:00
|
|
|
|
|
|
|
|
cargo-hot.workspace = true
|
|
|
|
|
cargo-hot.optional = true
|