# 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 = "2018" name = "dbs-upcall" version = "0.3.0" authors = ["Alibaba Dragonball Team"] description = "dbs-upcall is a direct communication tool between VMM and guest" homepage = "https://github.com/openanolis/dragonball-sandbox" readme = "README.md" keywords = [ "dragonball", "secure-sandbox", "devices", "upcall", "virtio", ] license = "Apache-2.0" repository = "https://github.com/openanolis/dragonball-sandbox/tree/main/crates/dbs-virtio-devices" [dependencies.anyhow] version = "1" [dependencies.dbs-utils] version = "0.2" [dependencies.dbs-virtio-devices] version = "0.3" features = ["virtio-vsock"] [dependencies.log] version = "0.4.14" [dependencies.thiserror] version = "1" [dependencies.timerfd] version = "1.2.0"