mangaplus-parser 0.2.4

Reads mangaplus data from stdin and outputs as JSON
Documentation
[package]
name = "mangaplus-parser"
version = "0.2.4"
authors = ["Zane Hannan <zanehannanau@gmail.com>"]
edition = "2018"
description = "Reads mangaplus data from stdin and outputs as JSON"
documentation = "https://zeen3.gitlab.io/mangaplus-parser/mangaplus_parser/index.html"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://gitlab.com/zeen3/mangaplus-parser"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quick-protobuf = "0.6"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[build-dependencies]
pb-rs = "0.8"