initramfs-builder 0.2.1

Convert Docker/OCI images to bootable initramfs for microVMs
Documentation
# 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 = "2021"
name = "initramfs-builder"
version = "0.2.1"
authors = ["Damien MATHIEU, Axel FRACHE, Evan PAILLARD, Hugo DU-PELOUX"]
build = false
exclude = [
    "*.cpio.gz",
    "*.cpio",
    "vmlinux*",
    "test-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert Docker/OCI images to bootable initramfs for microVMs"
documentation = "https://docs.rs/initramfs-builder"
readme = "README.md"
keywords = [
    "initramfs",
    "docker",
    "oci",
    "microvm",
    "lambda",
]
categories = [
    "command-line-utilities",
    "virtualization",
]
license = "MIT"
repository = "https://github.com/DO-2K24-27/rusty-initramfs-builder"

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

[[bin]]
name = "initramfs-builder"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.oci-distribution]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.tokio-test]
version = "0.4"