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/diag_server/Cargo.toml

45lines · modepreview

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

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

[target.'cfg(target_os = "linux")'.dependencies]
diag_proto.workspace = true

azure_profiler_proto.workspace = true
cvm_tracing.workspace = true
inspect_proto.workspace = true
inspect = { workspace = true, features = ["defer"] }
mesh = { workspace = true, features = ["socket2"] }
mesh_rpc.workspace = true
pal.workspace = true
unix_socket.workspace = true
pal_async.workspace = true
vmsocket.workspace = true

underhill_confidentiality = { workspace = true, features = ["std"] }

anyhow.workspace = true
fs-err.workspace = true
futures.workspace = true
futures-concurrency.workspace = true
libc.workspace = true
parking_lot.workspace = true
tracing.workspace = true
net_packet_capture.workspace = true
profiler_worker = { workspace = true, optional = true }
socket2.workspace = true
safe_intrinsics.workspace = true
hvdef.workspace = true

[features]
profiler = ["dep:profiler_worker"]

[build-dependencies]
build_rs_guest_arch.workspace = true

[lints]
workspace = true