[package] name = "dvcompute_cons" version = "2.0.0" authors = ["David Sorokin "] license = "MPL-2.0" description = "Discrete event simulation library (conservative distributed simulation)" homepage = "https://gitflic.ru/project/dsorokin/dvcompute" repository = "https://gitflic.ru/project/dsorokin/dvcompute" categories = ["simulation"] keywords = ["simulation"] readme = "README.md" edition = "2018" [lib] path = "src/lib.rs" [dependencies] dvcompute_utils = "2.0.0" dvcompute_network = "2.0.0" dvcompute_rand = { package = "dvcompute_rand_dist", version = "2.0.0" } libc = "0.2.0" serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" bincode = "1.1" log = "0.4" [features] default = ["cons_mode"] cons_mode = []