cargo-hyperlight 0.1.6

cargo subcommand to build hyperlight guest binaries
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"
name = "cargo-hyperlight"
version = "0.1.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cargo subcommand to build hyperlight guest binaries"
homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hyperlight-dev/cargo-hyperlight"

[lib]
name = "cargo_hyperlight"
path = "src/lib.rs"

[[bin]]
name = "cargo-hyperlight"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.console]
version = "0.16"

[dependencies.const_format]
version = "0.2"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.os_str_bytes]
version = "7.1.1"

[dependencies.regex]
version = "1.12"

[dependencies.semver]
version = "1.0"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.which]
version = "8"
features = ["regex"]