capnpc 0.25.3

Cap'n Proto code generation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"