microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
84a1047b402eec757bb738797e093cc573c10e82

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/hcl/Cargo.toml

41lines · modepreview

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

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

[target.'cfg(target_os = "linux")'.dependencies]
cvm_tracing.workspace = true
hv1_structs.workspace = true
hvdef.workspace = true
pal.workspace = true
memory_range.workspace = true
sidecar_client.workspace = true
tdcall = { workspace = true, features = ["tracing"] }
x86defs.workspace = true
inspect.workspace = true
user_driver.workspace = true

anyhow.workspace = true
bitvec.workspace = true
parking_lot.workspace = true
signal-hook.workspace = true
thiserror.workspace = true
tracelimit.workspace = true
tracing.workspace = true
zerocopy.workspace = true
fs-err.workspace = true
libc.workspace = true
nix = { workspace = true, features = ["ioctl"] }
bitfield-struct.workspace = true
safe_intrinsics.workspace = true
open_enum.workspace = true
getrandom.workspace = true

[build-dependencies]
build_rs_guest_arch.workspace = true

[lints]
workspace = true