[package]
name = "sel4-sys"
version = "0.0.28"
authors = ["Corey Richardson <corey@octayn.net>"]
description = "Rust interface to the seL4 kernel"
documentation = "https://doc.robigalia.org/sel4_sys"
repository = "https://gitlab.com/robigalia/sel4-sys"
readme = "README.md"
license = "MIT/Apache-2.0"
build = "build.rs"
[features]
unstable = []
SEL4_DANGEROUS_CODE_INJECTION = []
SEL4_CONFIG_BENCHMARK = []
CONFIG_HARDWARE_DEBUG_API = []
CONFIG_VTX = []
CONFIG_ARM_SMMU = []
CONFIG_ARM_HYPERVISOR_SUPPORT = []
[lib]
path = "lib.rs"
[dependencies]
rlibc = "1.0.0"
bitflags = "0.7.0"