cmdproto 0.1.0

Protobuf message definitions for WebSocket-based applications
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 = "cmdproto"
version = "0.1.0"
build = "build.rs"
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "build.rs",
    "src/**/*.rs",
    "proto/**/*.proto",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf message definitions for WebSocket-based applications"
documentation = "https://docs.rs/cmdproto"
readme = "README.md"
keywords = [
    "protobuf",
    "websocket",
    "protocol",
    "prost",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"

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

[dependencies.bytes]
version = "1"

[dependencies.prost]
version = "0.14"

[dependencies.thiserror]
version = "2"

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

[build-dependencies.protobuf-src]
version = "2"