varlink 11.0.1

Client and server support for the varlink protocol.
Documentation
[badges.coveralls]
branch = "master"
repository = "varlink/rust"
service = "github"

[badges.travis-ci]
repository = "varlink/rust"
[dependencies.serde]
version = "1.0.102"

[dependencies.serde_derive]
version = "1.0.102"

[dependencies.serde_json]
version = "1.0.41"

[dependencies.tempfile]
version = "3.1.0"
[dev-dependencies.static_assertions]
version = "1.1.0"

[features]
default = []

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

[package]
authors = ["Harald Hoyer <harald@redhat.com>"]
categories = ["os", "development-tools", "network-programming"]
description = "Client and server support for the varlink protocol."
documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
edition = "2018"
homepage = "https://github.com/varlink/rust/blob/master/varlink"
keywords = ["varlink", "ipc", "rpc", "protocol"]
license = "MIT/Apache-2.0"
name = "varlink"
readme = "README.md"
repository = "https://github.com/varlink/rust"
version = "11.0.1"
[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0"

[target."cfg(unix)".dependencies.unix_socket]
version = "0.5"
[target."cfg(windows)".dependencies.uds_windows]
version = "1.0.1"

[target."cfg(windows)".dependencies.winapi]
features = ["winuser", "winsock2"]
version = "0.3"