running-process-protocol 4.10.9

Generated broker protocol types for running-process (implementation detail)
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"
rust-version = "1.95"
name = "running-process-protocol"
version = "4.10.9"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated broker protocol types for running-process (implementation detail)"
homepage = "https://github.com/zackees/running-process"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/zackees/running-process"

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

[dependencies.prost]
version = "0.14"

[dependencies.thiserror]
version = "2"

[build-dependencies.prost-build]
version = "0.14"

[build-dependencies.protox]
version = "0.9"

[lints.clippy]
disallowed_methods = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]