[lib]
name = "crun_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "os::unix-apis"]
description = "Rust FFI bindings for libcrun (OCI container runtime, Linux only)"
edition = "2024"
keywords = ["crun", "container", "oci", "ffi", "bindings"]
license = "Apache-2.0"
name = "crun-sys"
readme = "README.md"
repository = "https://github.com/magikrun/magik"
version = "0.1.0"
[target.'cfg(not(target_os = "linux"))'.dependencies]
[target.'cfg(target_os = "linux")'.build-dependencies.bindgen]
version = "0.69"
[target.'cfg(target_os = "linux")'.build-dependencies.pkg-config]
version = "0.3"
[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"