[package]
edition = "2024"
name = "prototk"
version = "0.14.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "prototk provides a toolkit for prototcol buffers."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rescrv/blue"
[lib]
name = "prototk"
path = "src/lib.rs"
[[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"
[dependencies.buffertk]
version = "0.14.0"
[dependencies.prototk_derive]
version = "0.14.0"
[dependencies.zerror]
version = "0.9.0"