microsandbox-runtime 0.3.2

Runtime library for the microsandbox supervisor and microVM entry points.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "microsandbox-runtime"
version = "0.3.2"
authors = ["Team MicroSandbox <team@microsandbox.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library for the microsandbox supervisor and microVM entry points."
readme = false
license = "Apache-2.0"
repository = "https://github.com/zerocore-ai/microsandbox"

[features]
default = ["prebuilt"]
prebuilt = ["microsandbox-filesystem/prebuilt"]

[lib]
name = "microsandbox_runtime"
path = "lib/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "color",
    "derive",
    "derive",
]

[dependencies.libc]
version = "0.2"

[dependencies.microsandbox-db]
version = "0.3.2"

[dependencies.microsandbox-filesystem]
version = "0.3.2"
default-features = false

[dependencies.microsandbox-network]
version = "0.3.2"

[dependencies.microsandbox-protocol]
version = "0.3.2"

[dependencies.microsandbox-utils]
version = "0.3.2"

[dependencies.msb_krun]
version = "0.1.6"
features = [
    "blk",
    "net",
]

[dependencies.nix]
version = "0.30"
features = [
    "process",
    "signal",
]

[dependencies.sea-orm]
version = "1.1"
features = [
    "macros",
    "runtime-tokio-rustls",
    "sqlx-sqlite",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.15"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tracing]
version = "0.1"