coreemu 0.1.5

Rust client library for gRPC interface of coreemu https://github.com/coreemu/core
Documentation
[[bin]]
name = "core-pos"
path = "src/bin/main.rs"
[build-dependencies.tonic-build]
version = "0.7"
[dependencies.futures-util]
version = "0.3.15"

[dependencies.prost]
version = "0.10.4"

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

[dependencies.tonic]
default-features = false
features = ["channel", "codegen", "prost", "transport"]
version = "0.7.2"

[package]
authors = ["Lars Baumgaertner <1264131+gh0st42@users.noreply.github.com>"]
categories = ["network-programming"]
description = "Rust client library for gRPC interface of coreemu https://github.com/coreemu/core"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "coreemu"
readme = "README.md"
repository = "https://github.com/gh0st42/coreemu-rs"
version = "0.1.5"