2018-09-02 22:10:11 -05:00
|
|
|
[package]
|
2018-10-09 20:33:36 -05:00
|
|
|
name = "abortable_parser"
|
2021-11-01 19:46:48 -04:00
|
|
|
version = "0.2.5"
|
2018-09-02 22:10:11 -05:00
|
|
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
2018-09-12 21:10:58 -05:00
|
|
|
description = "A parser combinator library with an emphasis on error handling"
|
|
|
|
repository = "https://github.com/zaphar/abortable_parser"
|
2018-10-09 20:33:36 -05:00
|
|
|
documentation = "https://docs.rs/crate/abortable_parser"
|
2018-09-12 21:10:58 -05:00
|
|
|
readme = "README.md"
|
|
|
|
license = "Apache-2.0"
|
2018-10-09 20:33:36 -05:00
|
|
|
keywords = ["parsing", "combinator"]
|
2021-04-29 19:20:49 -04:00
|
|
|
edition = '2018'
|
2018-09-02 22:10:11 -05:00
|
|
|
|
|
|
|
[dependencies]
|