# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "linux-io" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c18691ab8b67c1ace70c2a9afd00cdbcdf30aa96f98b580feb5b3259166251" dependencies = [ "linux-unsafe", ] [[package]] name = "linux-kvm" version = "0.4.1" dependencies = [ "linux-io", "linux-unsafe", ] [[package]] name = "linux-unsafe" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0c0a62fa12fe37a62786c1aee90085bbfba4258acffd9032581909a19b3591c" dependencies = [ "static_assertions", ] [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"