2024-11-07 05:05:56 +00:00
|
|
|
[package]
|
2024-12-03 12:01:04 +00:00
|
|
|
name = "blendnet-sims"
|
2024-11-07 05:05:56 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.93"
|
|
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
|
|
crossbeam = "0.8.4"
|
|
|
|
ctrlc = "3.4"
|
2024-11-08 06:31:51 +00:00
|
|
|
humantime = "2"
|
2024-11-07 05:05:56 +00:00
|
|
|
parking_lot = "0.12.3"
|
|
|
|
rand = "0.8"
|
|
|
|
serde = { version = "1.0.214", features = ["derive"] }
|
|
|
|
log = "0.4.22"
|
|
|
|
serde_json = "1.0.132"
|
|
|
|
tracing = "0.1.40"
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["json", "env-filter", "tracing-log"] }
|
|
|
|
netrunner = { path = "../netrunner" }
|
2024-11-08 04:09:46 +00:00
|
|
|
nomos-tracing = { git = "https://github.com/logos-co/nomos-node.git" }
|
2024-12-06 04:52:30 +00:00
|
|
|
nomos-mix = { git = "https://github.com/logos-co/nomos-node", branch = "mix-conn-monitor-sim", package = "nomos-mix" }
|
|
|
|
nomos-mix-message = { git = "https://github.com/logos-co/nomos-node", branch = "mix-conn-monitor-sim", package = "nomos-mix-message" }
|
2024-11-07 05:05:56 +00:00
|
|
|
futures = "0.3.31"
|
|
|
|
rand_chacha = "0.3"
|
2024-11-08 02:14:30 +00:00
|
|
|
sha2 = "0.10"
|
|
|
|
uuid = { version = "1", features = ["fast-rng", "v4"] }
|
2024-11-08 02:57:00 +00:00
|
|
|
tracing-appender = "0.2"
|
2024-11-08 08:42:21 +00:00
|
|
|
cached = "0.54.0"
|
2024-12-06 04:52:30 +00:00
|
|
|
polars = "0.44"
|