[package] name = "x86_64" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2021" [features] gdb = ["gdbstub_arch", "arch/gdb"] direct = [] [dependencies] arch = { path = "../arch" } anyhow = "*" assertions = { path = "../common/assertions" } data_model = { path = "../common/data_model" } devices = { path = "../devices" } gdbstub_arch = { version = "0.2.2", optional = true } hypervisor = { path = "../hypervisor" } kernel_cmdline = { path = "../kernel_cmdline" } kernel_loader = { path = "../kernel_loader" } libc = "*" minijail = "*" remain = "*" resources = { path = "../resources" } sync = { path = "../common/sync" } thiserror = "*" base = { path = "../base" } acpi_tables = {path = "../acpi_tables" } vm_control = { path = "../vm_control" } vm_memory = { path = "../vm_memory" } once_cell = "1.7.2"