[package] name = "eventsim" version = "0.1.0" edition = "2021" description = "Eventsim is a simulation engine for the event-driven programming model for hardware Emulation." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.53" tokio = { version = "1.18.2", features = ["full"] } rand_distr = "0.4.3" rand = { version = "0.8.5", features = ["small_rng"] } log = "0.4.17" env_logger = "0.9.0"