[package] name = "phaseblade" version = "0.1.0" edition = "2021" description = "A deterministic real-time network simulator with cycle-accurate RTOS-like task scheduling for protocol evaluation" keywords = ["network", "simulator", "rtos", "protocol-testing", "deterministic"] license = "GPL-3.0" readme = "README.md" [dependencies] rand = "0.8.5" [[bin]] name = "example" path = "src/example/example.rs"