[package] name = "pns" description = "A simple and efficient library wrapper for simulating a minimal form of petri nets" license = "MIT OR Apache-2.0" version = "0.18.0" authors = ["porky11 "] edition = "2021" build = "build.rs" links = "pns" repository = "https://gitlab.com/porky11/pnrs" readme = "README.md" [dependencies] data-stream = "0.2.1" [features] static-build = ["cc"] [build-dependencies] cc = { version = "1.0", optional = true }