# 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-console" version = "0.1.0" authors = ["Timos Ampelikiotis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "vhost console backend device" readme = "README.md" keywords = [ "console", "vhost", "virt", "backend", ] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/rust-vmm/vhost-device" [[bin]] name = "vhost-device-console" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.crossterm] version = "0.28.1" [dependencies.env_logger] version = "0.11" [dependencies.epoll] version = "4.3" [dependencies.log] version = "0.4" [dependencies.queues] version = "1.0.2" [dependencies.thiserror] version = "2.0" [dependencies.vhost] version = "0.13" features = ["vhost-user-backend"] [dependencies.vhost-user-backend] version = "0.17" [dependencies.virtio-bindings] version = "0.2.2" [dependencies.virtio-queue] version = "0.14" [dependencies.vm-memory] version = "0.16.0" [dependencies.vmm-sys-util] version = "0.12" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.virtio-queue] version = "0.14" features = ["test-utils"] [dev-dependencies.vm-memory] version = "0.16.0" features = [ "backend-mmap", "backend-atomic", ] [features] xen = [ "vm-memory/xen", "vhost/xen", "vhost-user-backend/xen", ]