[package] name = "desim" version = "0.4.0" authors = ["Gianmarco Garrisi "] description = "A discrete-time events simulation framework inspired by Simpy" repository = "https://github.com/garro95/desim" readme = "README.md" keywords = ["simulation", "framework", "time", "discrete", "events"] categories = ["simulation", "science"] license = "GPL-3.0" edition = "2021" [dependencies] [dev-dependencies] rand = {version = "0.8.3", features = ["small_rng"]} rand_distr = "0.4"