[package] name = "vastai-synth" version = "0.1.0" edition = "2024" description = "Synthetic telemetry generator for the vastai node observational stream" publish = false [lib] name = "vastai_synth" path = "src/lib.rs" [[bin]] name = "vastai-synth" path = "src/main.rs" [dependencies] distribution = { path = "../distribution", features = ["collector"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "time", "io-util"] }