hyperlight-common 0.13.0

Hyperlight's components common to host and 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-common"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Hyperlight's components common to host and 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 = ["tracing"]
fuzzing = ["dep:arbitrary"]
init-paging = []
mem_profile = []
std = [
    "thiserror/std",
    "log/std",
    "tracing/std",
]
trace_guest = []
tracing = ["dep:tracing"]

[lib]
name = "hyperlight_common"
path = "src/lib.rs"
doctest = false
bench = false

[dependencies.anyhow]
version = "1.0.102"
default-features = false

[dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]
optional = true

[dependencies.flatbuffers]
version = "25.12.19"
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.spin]
version = "0.10.0"

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.tracing]
version = "0.1.44"
optional = true

[dependencies.tracing-core]
version = "0.1.36"
default-features = false

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"