monaco-grpc-sdk 0.6.3-develop.01acb43

Typed Rust gRPC client SDK for the Monaco Exchange API — generated from Protocol Buffer definitions
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 = "monaco-grpc-sdk"
version = "0.6.3-develop.01acb43"
authors = ["Monaco Protocol Team"]
build = false
include = [
    "src/**",
    "tests/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Rust gRPC client SDK for the Monaco Exchange API — generated from Protocol Buffer definitions"
homepage = "https://github.com/Monaco-Research/monaco-core/tree/main/monaco-grpc-sdk"
documentation = "https://docs.rs/monaco-grpc-sdk"
readme = "README.md"
keywords = [
    "monaco",
    "dex",
    "trading",
    "grpc",
    "sdk",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/Monaco-Research/monaco-core"

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

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

[dependencies.prost]
version = "0.14"

[dependencies.tonic]
version = "0.14"
features = ["transport"]

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