blob: 7a6d39aa9266100aa9304358828542f121956ce1 [file] [log] [blame]
Andrew Walbran64134862020-09-28 15:12:58 +01001[package]
2name = "vsock"
David LeGarebc5a1c42022-03-02 16:21:06 +00003version = "0.2.6"
Haibo Huangefd766e2021-02-09 23:59:55 -08004authors = ["fsyncd", "rust-vsock"]
Andrew Walbran64134862020-09-28 15:12:58 +01005description = "Virtio socket support for Rust"
Haibo Huangefd766e2021-02-09 23:59:55 -08006repository = "https://github.com/rust-vsock/vsock-rs"
7homepage = "https://github.com/rust-vsock/vsock-rs"
8readme = "README.md"
Andrew Walbran64134862020-09-28 15:12:58 +01009license = "Apache-2.0"
10edition = "2018"
11exclude = ["test_fixture"]
12
13[dependencies]
Haibo Huangefd766e2021-02-09 23:59:55 -080014libc = "0.2.79"
David LeGarebc5a1c42022-03-02 16:21:06 +000015nix = "0.23.0"
Andrew Walbran64134862020-09-28 15:12:58 +010016
17[dev-dependencies]
Haibo Huangefd766e2021-02-09 23:59:55 -080018rand = "0.8.3"
Andrew Walbran64134862020-09-28 15:12:58 +010019sha2 = ">=0.8.0"