[dependencies.buffertk]
version = "0.11"
[dependencies.prototk_derive]
version = "0.11"
[dependencies.zerror]
version = "0.7"
[lib]
name = "prototk"
path = "src/lib.rs"
[package]
authors = ["Robert Escriva <robert@rescrv.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "prototk provides a toolkit for prototcol buffers."
edition = "2021"
license = "Apache-2.0"
name = "prototk"
readme = "README.md"
repository = "https://github.com/rescrv/blue"
version = "0.11.0"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "error"
path = "tests/error.rs"
[[test]]
name = "message"
path = "tests/message.rs"
[[test]]
name = "result"
path = "tests/result.rs"