dvcompute_mpi 3.0.0

Discrete event simulation library (the module of integration with MPI for distributed simulation)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "dvcompute_mpi"
version = "3.0.0"
dependencies = [
 "dvcompute_network",
 "libc",
]

[[package]]
name = "dvcompute_network"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1ebf5a95de450fa25a8bb2ac15141ada19ab19f68c1451e12cc1cf4874874"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"