[dependencies.bytes]
version = "1.0"
[dependencies.pest]
version = "2.1"
[dependencies.pest_derive]
version = "2.1"
[dependencies.snafu]
version = "0.6"
[lib]
name = "protofish"
path = "src/lib.rs"
[package]
authors = ["Mikko Rantanen <jubjub@jubjubnest.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Protofish is a decoder focused on decoding arbitrary protocol buffer messages
with error recovery.
"""
documentation = "https://docs.rs/protofish"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "protofish"
readme = "README.md"
repository = "https://github.com/Rantanen/protofish"
version = "0.5.3"
[[test]]
name = "create"
path = "tests/create.rs"
[[test]]
name = "encode-message"
path = "tests/encode-message.rs"
[[test]]
name = "oneof"
path = "tests/oneof.rs"
[[test]]
name = "packed_array"
path = "tests/packed_array.rs"
[[test]]
name = "parse"
path = "tests/parse.rs"