busyrpc 0.14.0

busyrpc provides synchronous/thread-pool implementations of rpc_pb.
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 = "2024"
name = "busyrpc"
version = "0.14.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "busyrpc provides synchronous/thread-pool implementations of rpc_pb."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rescrv/blue"

[features]
binaries = ["command_line"]
command_line = [
    "dep:arrrg",
    "dep:arrrg_derive",
    "dep:getopts",
]
default = ["binaries"]

[lib]
name = "busyrpc"
path = "src/lib.rs"

[[example]]
name = "busyrpc-benchmark-client"
path = "examples/busyrpc-benchmark-client.rs"
required-features = ["binaries"]

[[example]]
name = "busyrpc-benchmark-server"
path = "examples/busyrpc-benchmark-server.rs"
required-features = ["binaries"]

[dependencies.arrrg]
version = "0.9.0"
optional = true

[dependencies.arrrg_derive]
version = "0.9.0"
optional = true

[dependencies.biometrics]
version = "0.13.0"

[dependencies.boring]
version = "4.9.1"

[dependencies.buffertk]
version = "0.14.0"

[dependencies.crc32c]
version = "0.6"

[dependencies.getopts]
version = "0.2"
optional = true

[dependencies.indicio]
version = "0.13.0"

[dependencies.libc]
version = "0.2"

[dependencies.prototk]
version = "0.14.0"

[dependencies.prototk_derive]
version = "0.14.0"

[dependencies.rpc_pb]
version = "0.15.0"

[dependencies.sync42]
version = "0.16.0"

[dependencies.tatl]
version = "0.14.0"

[dependencies.utilz]
version = "0.8.0"

[dependencies.zerror]
version = "0.9.0"

[dependencies.zerror_core]
version = "0.14.0"