serf-rpc 0.2.0

A client library for Hashicorp's Serf (https://serf.io)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "serf-rpc"
version = "0.2.0"
authors = ["Ben Aubin <ben@benaubin.com>"]
description = "A client library for Hashicorp's Serf (https://serf.io)"
license = "MIT"
repository = "https://github.com/benaubin/serf-rs"
[dependencies.futures]
version = "0.3.12"

[dependencies.rmp]
version = "0.8.10"

[dependencies.rmp-serde]
version = "0.15.4"
features = ["serde128"]

[dependencies.serde]
version = "1.0.119"
features = ["std", "derive"]
[dev-dependencies.tokio]
version = "1.2.0"
features = ["full"]