hyperlight-guest-tracing 0.16.0

Provides the tracing functionality for the hyperlight guest.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)"]