# 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-spi" version = "0.1.0" authors = ["Haixu Cui "] description = "vhost spi backend device" readme = "README.md" keywords = [ "spi", "vhost", "virt", "backend", ] categories = ["virtualization"] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/rust-vmm/vhost-device" [dependencies.bitflags] version = "2.4.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.vhost] version = "0.11" features = ["vhost-user-backend"] [dependencies.vhost-user-backend] version = "0.15" [dependencies.virtio-bindings] version = "0.2.2" [dependencies.virtio-queue] version = "0.12" [dependencies.vm-memory] version = "0.14.1" [dependencies.vmm-sys-util] version = "0.12" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.virtio-queue] version = "0.12" features = ["test-utils"] [dev-dependencies.vm-memory] version = "0.14.1" features = [ "backend-mmap", "backend-atomic", ] [features] xen = [ "vm-memory/xen", "vhost/xen", "vhost-user-backend/xen", ]