vsock 0.5.0

Virtio socket support for Rust
Documentation
[dependencies.libc]
version = "0.2.150"

[dependencies.nix]
features = ["ioctl", "socket"]
version = "0.28.0"
[dev-dependencies.rand]
version = "0.8.3"

[dev-dependencies.sha2]
version = ">=0.8.0"

[package]
authors = ["fsyncd", "rust-vsock"]
description = "Virtio socket support for Rust"
edition = "2021"
exclude = ["test_fixture"]
homepage = "https://github.com/rust-vsock/vsock-rs"
license = "Apache-2.0"
name = "vsock"
readme = "README.md"
repository = "https://github.com/rust-vsock/vsock-rs"
version = "0.5.0"