2024-02-26 07:00:51 +01:00
|
|
|
[package]
|
2024-05-10 20:08:09 +02:00
|
|
|
name = "iced_beacon"
|
2024-02-26 07:00:51 +01:00
|
|
|
description = "A client/server protocol to monitor and supervise 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
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced_core.workspace = true
|
2024-05-09 12:32:25 +02:00
|
|
|
iced_core.features = ["serde"]
|
2024-02-27 15:19:26 +01:00
|
|
|
|
2024-02-27 16:16:52 +01:00
|
|
|
bincode.workspace = true
|
2024-02-26 07:00:51 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
log.workspace = true
|
2024-05-10 20:08:09 +02:00
|
|
|
thiserror.workspace = true
|
2024-02-26 07:00:51 +01:00
|
|
|
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
tokio.features = ["rt", "rt-multi-thread", "net", "sync", "time", "io-util", "macros"]
|
|
|
|
|
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde.features = ["derive"]
|
|
|
|
|
|
|
|
|
|
semver.workspace = true
|
|
|
|
|
semver.features = ["serde"]
|