# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "vhost-device-rng" version = "0.1.0" authors = ["Mathieu Poirier "] description = "vhost RNG backend device" readme = "README.md" keywords = [ "rng", "vhost", "virt", "backend", ] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/rust-vmm/vhost-device" resolver = "1" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.epoll] version = "4.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.tempfile] version = "3.5" [dependencies.thiserror] version = "1.0" [dependencies.vhost] version = "0.8" features = ["vhost-user-slave"] [dependencies.vhost-user-backend] version = "0.10" [dependencies.virtio-bindings] version = "0.2.1" [dependencies.virtio-queue] version = "0.9" [dependencies.vm-memory] version = "0.12" [dependencies.vmm-sys-util] version = "0.11" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.virtio-queue] version = "0.9" features = ["test-utils"] [dev-dependencies.vm-memory] version = "0.12" features = [ "backend-mmap", "backend-atomic", ] [features] xen = [ "vm-memory/xen", "vhost/xen", "vhost-user-backend/xen", ]