mnemo-grpc 0.5.25

gRPC API server for Mnemo
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 = "mnemo-grpc"
version = "0.5.25"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC API server for Mnemo"
readme = false
license = "Apache-2.0"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.mnemo-compliance]
version = "0.5.25"

[dependencies.mnemo-core]
version = "0.5.25"

[dependencies.prost]
version = "0.14"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tonic]
version = "0.14"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.11"
features = [
    "v7",
    "serde",
]

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