norgopolis-client 0.6.0

A Rust client for Norgopolis.
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 = "norgopolis-client"
version = "0.6.0"
description = "A Rust client for Norgopolis."
readme = "README.md"
license = "MIT"
repository = "https://github.com/nvim-neorg/norgopolis-client"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.futures]
version = "0.3.28"

[dependencies.norgopolis-protos]
version = "0.3.0"

[dependencies.prost]
version = "0.11.9"

[dependencies.rmp]
version = "0.8.11"

[dependencies.rmp-serde]
version = "1.1.1"

[dependencies.serde]
version = "1.0.163"

[dependencies.tokio]
version = "1.28.1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tonic]
version = "0.9.2"

[features]
autostart-server = []
default = []