[package] name = "ptnet-core" description = "Core types and traits for modeling and simulating Place/Transition nets." version = "0.1.2" authors = ["Simon Johnston "] edition = "2021" documentation = "https://docs.rs/ptnet_core/" repository = "https://github.com/johnstonskj/rust-ptnets" license-file = "../LICENSE" readme = "README.md" publish = true [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "doc/katex-header.html" ] targets = ["x86_64-unknown-linux-gnu"] all-features = true [dependencies]