[package] name = "arpx_job_parser" description = "Parse arpx job scripts for runtime" categories = ["parser-implementations"] version = "0.1.12" license-file = "LICENSE" readme = "README.md" authors = ["Jared Gorski "] repository = "https://github.com/jaredgorski/arpx_job_parser" edition = "2021" [lib] path = "src/lib.rs" test = true crate-type = ["lib"] [dependencies]