# 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-guest" version = "0.1.0" build = "build.rs" links = "c" autobins = false autoexamples = false autotests = false autobenches = false description = """ Library to build guest applications for hyperlight. """ homepage = "https://github.com/hyperlight-dev/hyperlight" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hyperlight-dev/hyperlight" [lib] name = "hyperlight_guest" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.45" default-features = false [dependencies.buddy_system_allocator] version = "0.11.0" [dependencies.hyperlight-common] version = "0.1.0" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.spin] version = "0.9.8" [build-dependencies.cc] version = "1.0" [build-dependencies.cfg-if] version = "1.0" [features] alloca = [] default = [ "libc", "printf", "alloca", ] libc = [] printf = []