petri-nets 0.4.0

A simple, safe and efficient library wrapper for simulating a minimal form of petri nets
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "data-stream"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baab45094de14adb8c6c74c95b0f3b329d00d2a856f556d5a2d66acbd6494b10"

[[package]]
name = "event-simulation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00204ecf5b14c29858cb92cc5ea944b79397ef8fcd2a0f4876b947ed97adfd48"

[[package]]
name = "petri-net-simulation"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9248c294c861275e2826ed29a181496bafbe8828789a6af1806cdef6027ace15"
dependencies = [
 "event-simulation",
 "pns",
]

[[package]]
name = "petri-nets"
version = "0.4.0"
dependencies = [
 "event-simulation",
 "petri-net-simulation",
 "pns",
]

[[package]]
name = "pns"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "675e2dd917f50dc52273484d50fde00d1fb0939413af02d641b18c3a92965f21"
dependencies = [
 "data-stream",
]