You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
418 B
20 lines
418 B
7 months ago
|
[package]
|
||
|
name = "vsock"
|
||
|
version = "0.2.3"
|
||
|
authors = ["fsyncd", "rust-vsock"]
|
||
|
description = "Virtio socket support for Rust"
|
||
|
repository = "https://github.com/rust-vsock/vsock-rs"
|
||
|
homepage = "https://github.com/rust-vsock/vsock-rs"
|
||
|
readme = "README.md"
|
||
|
license = "Apache-2.0"
|
||
|
edition = "2018"
|
||
|
exclude = ["test_fixture"]
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2.79"
|
||
|
nix = "0.19.1"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rand = "0.8.3"
|
||
|
sha2 = ">=0.8.0"
|