firkin-single-node 0.0.2

Production Apple/VZ runtime composition for the firkin Rust containerization library
# 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"
rust-version = "1.95"
name = "firkin-single-node"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production Apple/VZ runtime composition for the firkin Rust containerization library"
readme = false
license = "Apache-2.0"
repository = "https://github.com/delightful-ai/firkin"

[features]
default = []
snapshot = ["firkin-core/snapshot"]

[lib]
name = "firkin_single_node"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.firkin-admission]
version = "0.0.2"

[dependencies.firkin-artifacts]
version = "0.0.2"

[dependencies.firkin-core]
version = "0.0.2"

[dependencies.firkin-e2b-contract]
version = "0.0.2"

[dependencies.firkin-e2b-server]
version = "0.0.2"

[dependencies.firkin-e2b-wire]
version = "0.0.2"

[dependencies.firkin-envd]
version = "0.0.2"

[dependencies.firkin-ext4]
version = "0.0.2"

[dependencies.firkin-hygiene]
version = "0.0.2"

[dependencies.firkin-oci]
version = "0.0.2"

[dependencies.firkin-runtime]
version = "0.0.2"

[dependencies.firkin-sandbox]
version = "0.0.2"

[dependencies.firkin-template]
version = "0.0.2"

[dependencies.firkin-trace]
version = "0.0.2"

[dependencies.firkin-types]
version = "0.0.2"

[dependencies.firkin-vminitd-bytes]
version = "0.0.2"

[dependencies.firkin-vmm]
version = "0.0.2"

[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]