blob: afe81037d7c2c97f8c4d11245ce98ce1e674df8c [file] [log] [blame]
Andrew Walbran64134862020-09-28 15:12:58 +01001[package]
2name = "vsock"
Haibo Huangefd766e2021-02-09 23:59:55 -08003version = "0.2.3"
4authors = ["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"
15nix = "0.19.1"
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"