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