[[bin]]
name = "magikrun"
path = "src/bin/magikrun.rs"
[[bin]]
name = "vminit"
path = "src/bin/vminit.rs"
required-features = ["vminit"]
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dirs]
version = "6"
[dependencies.flate2]
version = "1"
[dependencies.futures]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.libc]
version = "0.2"
[dependencies.oci-distribution]
version = "0.11"
[dependencies.oci-spec]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.tar]
version = "0.4"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["rt-multi-thread", "fs", "process", "sync", "time"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v7", "serde"]
version = "1"
[dependencies.wasmtime]
version = "40"
[dependencies.wasmtime-wasi]
version = "40"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[features]
default = []
testing = []
vminit = []
[lib]
name = "magikrun"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["virtualization"]
description = "Unified OCI runtime for containers, WebAssembly, and microVMs"
edition = "2024"
keywords = ["oci", "containers", "runtime", "pod"]
license = "Apache-2.0"
name = "magikrun"
readme = "README.md"
repository = "https://github.com/magikrun/magikrun"
version = "0.3.5"
[target.'cfg(target_os = "linux")'.dependencies.anyhow]
version = "1"
[target.'cfg(target_os = "linux")'.dependencies.libcgroups]
default-features = false
features = ["v2"]
version = "0.5"
[target.'cfg(target_os = "linux")'.dependencies.libcontainer]
default-features = false
features = ["v2"]
version = "0.5"
[target.'cfg(target_os = "linux")'.dependencies.tokio]
features = ["signal"]
version = "1"
[target."cfg(unix)".dependencies.krun-sys]
version = "1.10"
[[test]]
name = "bundle_tests"
path = "tests/bundle_tests.rs"
[[test]]
name = "constants_tests"
path = "tests/constants_tests.rs"
[[test]]
name = "error_tests"
path = "tests/error_tests.rs"
[[test]]
name = "image_tests"
path = "tests/image_tests.rs"
[[test]]
name = "platform_tests"
path = "tests/platform_tests.rs"
[[test]]
name = "pod_tests"
path = "tests/pod_tests.rs"
[[test]]
name = "registry_tests"
path = "tests/registry_tests.rs"
[[test]]
name = "runtime_tests"
path = "tests/runtime_tests.rs"
[[test]]
name = "runtimes_tests"
path = "tests/runtimes_tests.rs"
[[test]]
name = "storage_tests"
path = "tests/storage_tests.rs"