fastobo-syntax 0.8.1

PEG Syntax and pest parser for the OBO flat file format 1.4
Documentation
[package]
name = "fastobo-syntax"
version = "0.8.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/fastobo/fastobo-syntax"
documentation = "https://docs.rs/fastobo/latest/fastobo/parser/"
homepage = "https://github.com/fastobo/fastobo-syntax"
description = "PEG Syntax and pest parser for the OBO flat file format 1.4"
edition = "2018"
keywords = ["obo", "ontology", "obofoundry", "syntax", "parser"]
categories = ["science", "parser-implementations"]

[dependencies]
pest = "2.7"
pest_derive = "2.7"