[package]
edition = "2021"
name = "libkrun-sys"
version = "0.8.2"
authors = ["Dorian Zheng <https://github.com/dorianzheng>"]
build = "build.rs"
links = "krun"
exclude = ["vendor"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libkrun and libkrunfw"
readme = false
license = "Apache-2.0"
repository = "https://github.com/boxlite-ai/boxlite"
[features]
default = []
krun = []
krunfw = []
[lib]
name = "libkrun_sys"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies.num_cpus]
version = "1.16"
[build-dependencies.pkg-config]
version = "0.3"