[package] name = "petri-nets" description = "A simple, safe and efficient library wrapper for simulating a minimal form of petri nets" license = "MIT OR Apache-2.0" version = "0.3.0" authors = ["porky11 "] edition = "2021" repository = "https://gitlab.com/porky11/petri-nets" readme = "README.md" [dependencies] pns = "0.17.0" event-simulation = "0.1.0" petri-net-simulation = "0.1.0"