# 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" name = "hermit-entry" version = "0.10.1" authors = ["Martin Kröning "] build = 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/hermitcore/hermit-entry" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-none" rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-none", "aarch64-unknown-none-softfloat", "riscv64imac-unknown-none-elf", ] [lib] name = "hermit_entry" path = "src/lib.rs" [dependencies.align-address] version = "0.3" [dependencies.goblin] version = "0.8" features = ["elf64"] optional = true default-features = false [dependencies.log] version = "0.4" optional = true [dependencies.plain] version = "0.2" optional = true [dependencies.time] version = "0.3" default-features = false [features] default = [] kernel = [] loader = [ "log", "goblin", "plain", ]