aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: d6eaa17aa05d021396e04aa677982a6b327df304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vsock"
version = "0.2.1"
authors = ["fsyncd"]
description = "Virtio socket support for Rust"
repository = "https://github.com/fsyncd/vsock-rs"
license = "Apache-2.0"
edition = "2018"
exclude = ["test_fixture"]

[dependencies]
libc = "0.2.65"
nix = "0.17.0"

[dev-dependencies]
rand = "0.7.2"
sha2 = ">=0.8.0"