hermit-entry 0.10.8

Hermit's loading and entry API.
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 = "hermit-entry"
version = "0.10.8"
authors = ["The Hermit Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hermit's loading and entry API."
readme = "README.md"
keywords = [
    "hermit",
    "unikernel",
]
categories = [
    "api-bindings",
    "no-std",
    "virtualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hermit-os/hermit-entry"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-none"
targets = [
    "x86_64-unknown-none",
    "aarch64-unknown-none-softfloat",
    "riscv64imac-unknown-none-elf",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
kernel = []
loader = [
    "dep:byte-unit",
    "dep:log",
    "dep:goblin",
    "dep:plain",
    "dep:serde",
    "dep:tar-no-std",
    "dep:toml",
]

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

[[test]]
name = "macros"
path = "tests/macros.rs"
required-features = ["kernel"]

[dependencies.align-address]
version = "0.4"

[dependencies.byte-unit]
version = "5"
features = [
    "byte",
    "serde",
]
optional = true
default-features = false

[dependencies.const_parse]
version = "1"

[dependencies.goblin]
version = "0.10"
features = ["elf64"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"
optional = true

[dependencies.plain]
version = "0.2"
optional = true

[dependencies.serde]
version = "1"
features = [
    "alloc",
    "derive",
]
optional = true
default-features = false

[dependencies.tar-no-std]
version = "0.4"
features = ["alloc"]
optional = true

[dependencies.time]
version = "0.3"
default-features = false

[dependencies.toml]
version = "0.9"
features = [
    "parse",
    "serde",
]
optional = true
default-features = false