blob: 140f7d39e15c2cfd4efe330079de997e3e7a4fac [file] [log] [blame]
[package]
name = "virtio-vsock"
version = "0.3.1"
authors = ["rust-vmm community", "rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>"]
description = "virtio vsock device implementation"
repository = "https://github.com/rust-vmm/vm-virtio"
keywords = ["virtio", "vsock"]
readme = "README.md"
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2021"
[dependencies]
# The `path` part gets stripped when publishing the crate.
virtio-queue = { path = "../../virtio-queue", version = "0.9.0" }
virtio-bindings = { path = "../../virtio-bindings", version = "0.2.1" }
vm-memory = "0.12.0"
[dev-dependencies]
virtio-queue = { path = "../../virtio-queue", version = "0.9.0", features = ["test-utils"] }
vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic"] }