firkin-core 0.0.3

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

[features]
default = []
real-vm = ["snapshot"]
snapshot = ["firkin-vmm/snapshot"]

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

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

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

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

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

[dependencies.firkin-oci]
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"

[dependencies.flate2]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tonic]
version = "0.12"

[dependencies.zstd]
version = "0.13"

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

[dev-dependencies.trybuild]
version = "1"

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

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