1[package] 2name = "vsock" 3version = "0.2.3" 4authors = ["fsyncd", "rust-vsock"] 5description = "Virtio socket support for Rust" 6repository = "https://github.com/rust-vsock/vsock-rs" 7homepage = "https://github.com/rust-vsock/vsock-rs" 8readme = "README.md" 9license = "Apache-2.0" 10edition = "2018" 11exclude = ["test_fixture"] 12 13[dependencies] 14libc = "0.2.79" 15nix = "0.19.1" 16 17[dev-dependencies] 18rand = "0.8.3" 19sha2 = ">=0.8.0" 20