[package]
edition = "2021"
name = "capnpc"
version = "0.25.3"
authors = ["David Renshaw <dwrenshaw@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cap'n Proto code generation"
documentation = "https://docs.rs/capnpc/"
readme = "README.md"
keywords = [
"encoding",
"protocol",
"serialization",
]
license = "MIT"
repository = "https://github.com/capnproto/capnproto-rust"
[lib]
name = "capnpc"
path = "src/lib.rs"
[[bin]]
name = "capnpc-rust"
path = "src/capnpc-rust.rs"
[[bin]]
name = "capnpc-rust-bootstrap"
path = "src/capnpc-rust-bootstrap.rs"
[dependencies.capnp]
version = "0.25.0"
[lints.clippy]
missing_safety_doc = "allow"
type_complexity = "allow"
[lints.rust]
unreachable_pub = "deny"