corgi 0.0.2

🦀 Rust based RPC library on UDP
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 = "corgi"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🦀 Rust based RPC library on UDP"
documentation = "https://docs.rs/corgi"
readme = false
keywords = [
    "corgi",
    "udp",
    "rpc",
    "networking",
    "library",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/realdarthbob/corgi"

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.corgi-macros]
version = "0.0.2"

[dependencies.futures]
version = "0.3"

[dependencies.prost]
version = "0.14.3"

[dependencies.tokio]
version = "1.45.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"