[package] name = "pnets" version = "0.1.3" authors = ["Louis Chauvet "] edition = "2018" description = "A framework for Petri net manipulation" documentation = "https://docs.rs/pnets/" readme = "README.md" homepage = "https://github.com/Fomys/pnets/tree/master/pnets" repository = "https://github.com/fomys/pnets" license = "MIT OR Apache-2.0" keywords = ["petri", ] categories = ["mathematics", "science"] include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] custom_derive = "0.1" newtype_derive = "0.1" indexed_vec = "1.2" bimap = "0.6"