# 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 = "alioth" version = "0.6.0" authors = ["Changyuan Lyu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for virtualization" readme = false license = "Apache-2.0" repository = "https://github.com/google/alioth" [lib] name = "alioth" path = "src/lib.rs" [dependencies.bitfield] version = "0.17.0" [dependencies.bitflags] version = "2.4.0" [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4" [dependencies.macros] version = "0.6.0" package = "alioth-macros" [dependencies.mio] version = "1" features = [ "os-poll", "os-ext", "net", ] [dependencies.parking_lot] version = "0.12" features = ["hardware-lock-elision"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aco] version = "0.6.0" [dependencies.snafu] version = "0.8.5" [dependencies.zerocopy] version = "0.8.7" features = [ "derive", "alloc", ] [dev-dependencies.assert_matches] version = "1" [features] test-hv = [] [target.'cfg(target_os = "linux")'.dependencies.io-uring] version = "0.7"