ganganonline-parser-lib 0.0.0

ganganonline parser for rust using pb-rs
Documentation
[package]
name = "ganganonline-parser-lib"
version = "0.0.0"
authors = ["Zane Hannan <zanehannanau@gmail.com>"]
edition = "2018"
description = "ganganonline parser for rust using pb-rs"
documentation = "https://zeen3.gitlab.io/ganganonline-parser/ganganonline_parser_lib/index.html"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://gitlab.com/zeen3/ganganonline-parser"


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

[dependencies]
quick-protobuf = "0.6.3"
serde = { version = "1", features = [ "derive" ], optional = true }

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

[features]
default = []
no_cow = []