firkin 0.0.3

Facade crate 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"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for the firkin Rust containerization library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/delightful-ai/firkin"

[features]
default = []
snapshot = [
    "firkin-core/snapshot",
    "firkin-runtime/snapshot",
    "firkin-single-node/snapshot",
    "firkin-vmm/snapshot",
]

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

[[example]]
name = "run-busybox"
path = "examples/run-busybox.rs"

[[example]]
name = "sandbox-live-proof"
path = "examples/sandbox-live-proof.rs"

[[example]]
name = "walking-skeleton"
path = "examples/walking-skeleton.rs"

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

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

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

[dependencies.firkin-benchmark]
version = "0.0.3"

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

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

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

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

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

[dependencies.firkin-evidence]
version = "0.0.3"

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

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

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

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

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

[dependencies.firkin-single-node]
version = "0.0.3"

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

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

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

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

[dependencies.firkin-vminitd-client]
version = "0.0.3"

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

[dependencies.firkin-vsock]
version = "0.0.3"

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

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"