mongreldb-protocol 0.64.3

MongrelDB versioned protocol messages and service definitions (S1D).
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.88"
name = "mongreldb-protocol"
version = "0.64.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MongrelDB versioned protocol messages and service definitions (S1D)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/visorcraft/MongrelDB"

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

[[test]]
name = "native_proto"
path = "tests/native_proto.rs"

[[test]]
name = "native_transport"
path = "tests/native_transport.rs"

[dependencies.mongreldb-types]
version = "0.64.3"

[dependencies.prost]
version = "0.14"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.52.3"
features = [
    "net",
    "sync",
    "time",
]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.14.6"
features = ["tls-ring"]

[dependencies.tonic-prost]
version = "0.14.6"

[dev-dependencies.rcgen]
version = "0.13"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[build-dependencies.tonic-prost-build]
version = "0.14.6"