magikrun 0.2.2

Unified OCI runtime for containers, WebAssembly, and microVMs
[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.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 = []
integration_tests = []

[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"]
license = "Apache-2.0"
name = "magikrun"
readme = "README.md"
repository = "https://github.com/magikrun/magikrun"
version = "0.2.2"

[target.'cfg(not(target_os = "windows"))'.dependencies.krun-sys]
version = "1.10"

[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 = "windows")'.dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_JobObjects"]
version = "0.59"

[[test]]
name = "constants_tests"
path = "tests/constants_tests.rs"

[[test]]
name = "error_tests"
path = "tests/error_tests.rs"

[[test]]
name = "platform_tests"
path = "tests/platform_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"

[[test]]
name = "windows_tests"
path = "tests/windows_tests.rs"