[package]
edition = "2024"
rust-version = "1.89"
name = "hyperlight-guest-tracing"
version = "0.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides the tracing functionality for the hyperlight guest."
homepage = "https://github.com/hyperlight-dev/hyperlight"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hyperlight-dev/hyperlight"
resolver = "2"
[features]
default = []
trace = ["hyperlight-common/trace_guest"]
[lib]
name = "hyperlight_guest_tracing"
path = "src/lib.rs"
[dependencies.hyperlight-common]
version = "0.16.0"
default-features = false
[dependencies.spin]
version = "0.12.0"
[dependencies.tracing]
version = "0.1.44"
features = ["attributes"]
default-features = false
[dependencies.tracing-core]
version = "0.1.36"
default-features = false
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]