• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "vsock"
15version = "0.2.6"
16authors = ["fsyncd", "rust-vsock"]
17exclude = ["test_fixture"]
18description = "Virtio socket support for Rust"
19homepage = "https://github.com/rust-vsock/vsock-rs"
20readme = "README.md"
21license = "Apache-2.0"
22repository = "https://github.com/rust-vsock/vsock-rs"
23[dependencies.libc]
24version = "0.2.79"
25
26[dependencies.nix]
27version = "0.23.0"
28[dev-dependencies.rand]
29version = "0.8.3"
30
31[dev-dependencies.sha2]
32version = ">=0.8.0"
33