hermit-sys 0.1.21

FFI bindings to HermitCore
[build-dependencies.llvm-tools]
version = "0.1"

[build-dependencies.target_build_utils]
version = "0.3"

[build-dependencies.walkdir]
version = "2"
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libm]
default-features = false
version = "0.2.1"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.rftrace]
features = ["autokernel", "buildcore", "interruptsafe"]
optional = true
version = "0.1.0"

[dependencies.smoltcp]
default-features = false
features = ["std", "ethernet", "socket-udp", "socket-tcp", "proto-ipv4", "proto-ipv6"]
optional = true
version = "0.7.0"

[features]
acpi = []
default = ["pci", "acpi", "smp", "fsgsbase"]
dhcpv4 = ["smoltcp/proto-dhcpv4"]
fsgsbase = []
instrument = ["rftrace"]
pci = []
smp = []
trace = []
vga = []
with_submodule = []

[package]
authors = ["Stefan Lankes"]
build = "build.rs"
categories = ["os"]
description = "FFI bindings to HermitCore"
documentation = "https://hermitcore.github.io/rusty-hermit/hermit_sys"
edition = "2018"
keywords = ["unikernel", "libos"]
license = "MIT/Apache-2.0"
links = "hermit"
name = "hermit-sys"
readme = "README.md"
repository = "https://github.com/hermitcore/rusty-hermit"
version = "0.1.21"
[target."cfg(target_arch = \"aarch64\")".dependencies.aarch64]
default-features = false
version = "0.*"
[target."cfg(target_arch = \"x86_64\")".dependencies.x86]
default-features = false
version = "0.*"