[package]
edition = "2024"
rust-version = "1.89"
name = "hyperlight-libc"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
This crate provides picolibc for Hyperlight guests.
It builds the picolibc library and generates bindings to the libc types and functions.
"""
homepage = "https://github.com/hyperlight-dev/hyperlight"
readme = false
license = "Apache-2.0"
repository = "https://github.com/hyperlight-dev/hyperlight"
[lib]
name = "hyperlight_libc"
path = "src/lib.rs"