# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "fastobo-syntax" version = "0.8.1" authors = ["Martin Larralde "] description = "PEG Syntax and pest parser for the OBO flat file format 1.4" homepage = "https://github.com/fastobo/fastobo-syntax" documentation = "https://docs.rs/fastobo/latest/fastobo/parser/" readme = "README.md" keywords = [ "obo", "ontology", "obofoundry", "syntax", "parser", ] categories = [ "science", "parser-implementations", ] license = "MIT" repository = "https://github.com/fastobo/fastobo-syntax" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7"