[package] name = "blendnet-sims" 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" humantime = "2" 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" } nomos-tracing = { git = "https://github.com/logos-co/nomos-node.git" } 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" } futures = "0.3.31" rand_chacha = "0.3" sha2 = "0.10" uuid = { version = "1", features = ["fast-rng", "v4"] } tracing-appender = "0.2" cached = "0.54.0" polars = "0.44" humantime-serde = "1.1.1" [dev-dependencies] tracing-subscriber = "0.3"