microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b228ba1c5ed173d8d960f5f8a702b0372dad2de

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