# 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 = "2018" name = "coreemu" version = "0.1.5" authors = ["Lars Baumgaertner <1264131+gh0st42@users.noreply.github.com>"] description = "Rust client library for gRPC interface of coreemu https://github.com/coreemu/core" readme = "README.md" categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/gh0st42/coreemu-rs" [[bin]] name = "core-pos" path = "src/bin/main.rs" [dependencies.futures-util] version = "0.3.15" [dependencies.prost] version = "0.10.4" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.7.2" features = [ "channel", "codegen", "prost", "transport", ] default-features = false [build-dependencies.tonic-build] version = "0.7"