microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
db921d7889a3f372219cdb0cbb0f035585f316c5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openhcl/host_fdt_parser/Cargo.toml

25lines · modepreview

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

[package]
name = "host_fdt_parser"
edition = "2021"
rust-version.workspace = true

[features]
tracing = ["dep:tracing"]
inspect = ["dep:inspect", "memory_range/inspect"]

[dependencies]
hvdef.workspace = true
memory_range.workspace = true

fdt.workspace = true
inspect = { workspace = true, optional = true }

arrayvec.workspace = true
igvm_defs.workspace = true
tracing = { workspace = true, optional = true }

[lints]
workspace = true