# 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 = "2021" rust-version = "1.79.0" name = "hyperlight-common" version = "0.1.0" build = 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" [lib] name = "hyperlight_common" path = "src/lib.rs" bench = false [dependencies.anyhow] version = "1.0.72" default-features = false [dependencies.flatbuffers] version = "24.3.25" default-features = false [dependencies.log] version = "0.4.20" [dependencies.strum] version = "0.25" features = ["derive"] default-features = false [dependencies.strum_macros] version = "0.25" features = [] [dependencies.tracing] version = "0.1.27" optional = true [dev-dependencies] [features] default = ["tracing"] [lints.rust] unsafe_op_in_unsafe_fn = "deny"