microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
petri/Cargo.toml
69lines · modecode
| 1 | # Copyright (C) Microsoft Corporation. All rights reserved. |
| 2 | |
| 3 | [package] |
| 4 | name = "petri" |
| 5 | edition = "2021" |
| 6 | |
| 7 | [dependencies] |
| 8 | pipette_client.workspace = true |
| 9 | |
| 10 | petri_artifacts_common.workspace = true |
| 11 | petri_artifacts_core.workspace = true |
| 12 | petri_artifacts_vmm_test.workspace = true |
| 13 | chipset_resources.workspace = true |
| 14 | diag_client.workspace = true |
| 15 | hvlite_defs.workspace = true |
| 16 | hvlite_helpers.workspace = true |
| 17 | hvlite_pcat_locator.workspace = true |
| 18 | hyperv_ic_resources.workspace = true |
| 19 | hyperv_secure_boot_templates.workspace = true |
| 20 | vmbus_serial_resources.workspace = true |
| 21 | underhill_confidentiality.workspace = true |
| 22 | vtl2_settings_proto.workspace = true |
| 23 | disk_backend_resources.workspace = true |
| 24 | framebuffer.workspace = true |
| 25 | get_resources.workspace = true |
| 26 | ide_resources.workspace = true |
| 27 | nvme_resources.workspace = true |
| 28 | scsidisk_resources.workspace = true |
| 29 | serial_core.workspace = true |
| 30 | serial_16550_resources.workspace = true |
| 31 | serial_socket.workspace = true |
| 32 | storvsp_resources.workspace = true |
| 33 | tpm_resources.workspace = true |
| 34 | uidevices_resources.workspace = true |
| 35 | video_core.workspace = true |
| 36 | vmbfs_resources.workspace = true |
| 37 | vmcore.workspace = true |
| 38 | vm_manifest_builder.workspace = true |
| 39 | vm_resource.workspace = true |
| 40 | vmm_core_defs.workspace = true |
| 41 | vmotherboard.workspace = true |
| 42 | |
| 43 | guid.workspace = true |
| 44 | inspect = { workspace = true, features = ["initiate"] } |
| 45 | mesh_process.workspace = true |
| 46 | mesh_worker.workspace = true |
| 47 | mesh.workspace = true |
| 48 | pal_async.workspace = true |
| 49 | pal.workspace = true |
| 50 | tempfile_helpers.workspace = true |
| 51 | unix_socket.workspace = true |
| 52 | sparse_mmap.workspace = true |
| 53 | |
| 54 | anyhow.workspace = true |
| 55 | fatfs = { workspace = true, features = ["std", "alloc"] } |
| 56 | fs-err.workspace = true |
| 57 | fscommon.workspace = true |
| 58 | futures.workspace = true |
| 59 | futures-concurrency.workspace = true |
| 60 | gptman.workspace = true |
| 61 | image = { workspace = true, features = ["png"] } |
| 62 | mbrman.workspace = true |
| 63 | prost.workspace = true |
| 64 | tempfile.workspace = true |
| 65 | tracing.workspace = true |
| 66 | tracing-subscriber.workspace = true |
| 67 | |
| 68 | [lints] |
| 69 | workspace = true |