arcbox-ext4 0.1.2

Pure-Rust ext4 filesystem formatter and reader for container images
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 = "2024"
rust-version = "1.85"
name = "arcbox-ext4"
version = "0.1.2"
build = false
exclude = [
    "/tests",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust ext4 filesystem formatter and reader for container images"
homepage = "https://github.com/arcboxlabs/ext4-rs"
documentation = "https://docs.rs/arcbox-ext4"
readme = "README.md"
keywords = [
    "ext4",
    "filesystem",
    "container",
    "oci",
    "mkfs",
]
categories = [
    "filesystem",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arcboxlabs/ext4-rs"

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

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

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