pnets_pnml 0.1.0

A parser for PNML Petri net format
Documentation
[dependencies.pnets]
version = "0.1"

[dependencies.quick-xml]
features = ["serialize"]
version = "0.21"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Louis Chauvet <louis.chauvet@free.fr>"]
categories = ["mathematics", "science"]
description = "A parser for PNML Petri net format"
documentation = "https://docs.rs/pnets_pnml/"
edition = "2018"
homepage = "https://github.com/Fomys/pnets/tree/master/pnets_pnml"
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["petri"]
license = "MIT OR Apache-2.0"
name = "pnets_pnml"
readme = "README.md"
repository = "https://github.com/fomys/pnets"
version = "0.1.0"