[package] name = "pnets_tina" version = "0.1.1" authors = ["Louis Chauvet "] edition = "2018" description = "A parser for tina Petri net" documentation = "https://docs.rs/pnets_tina/" readme = "README.md" homepage = "https://github.com/fomys/pnets/tree/master/pnets_tina" repository = "https://github.com/fomys/pnets" license = "MIT OR Apache-2.0" keywords = ["petri", ] categories = ["mathematics", "science", "parser-implementations"] include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pnets = { path = "../pnets", version = "0.1" }