noah-protocol 0.1.1

Protocol definitions and gRPC services for NoahDB
Documentation
[build-dependencies.tonic-build]
version = "0.10"

[dependencies.bytes]
version = "1.5"

[dependencies.prost]
version = "0.12"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.tonic]
version = "0.10"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database", "network-programming"]
description = "Protocol definitions and gRPC services for NoahDB"
edition = "2021"
keywords = ["database", "grpc", "protocol", "nanodb"]
license = "MIT"
name = "noah-protocol"
readme = "README.md"
repository = "https://github.com/fabianbele2605/NoahDB"
version = "0.1.1"