# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "dvcompute_cons" version = "2.0.0" authors = ["David Sorokin "] description = "Discrete event simulation library (conservative distributed simulation)" homepage = "https://gitflic.ru/project/dsorokin/dvcompute" readme = "README.md" keywords = ["simulation"] categories = ["simulation"] license = "MPL-2.0" repository = "https://gitflic.ru/project/dsorokin/dvcompute" [lib] path = "src/lib.rs" [dependencies.bincode] version = "1.1" [dependencies.dvcompute_network] version = "2.0.0" [dependencies.dvcompute_rand] version = "2.0.0" package = "dvcompute_rand_dist" [dependencies.dvcompute_utils] version = "2.0.0" [dependencies.libc] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [features] cons_mode = [] default = ["cons_mode"]