bootc-internal-blockdev 1.15.1

Internal implementation component of bootc; do not use
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"
name = "bootc-internal-blockdev"
version = "1.15.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal implementation component of bootc; do not use"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/bootc-dev/bootc"
resolver = "2"

[lib]
name = "bootc_internal_blockdev"
path = "src/blockdev.rs"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.bootc-mount]
version = "1.15.1"
package = "bootc-internal-mount"

[dependencies.bootc-utils]
version = "1.15.1"
package = "bootc-internal-utils"

[dependencies.camino]
version = "1.1.6"
features = ["serde1"]

[dependencies.cap-std-ext]
version = "5.1.1"
features = ["fs_utf8"]

[dependencies.fn-error-context]
version = "0.2.1"

[dependencies.libc]
version = "0.2.154"

[dependencies.rustix]
version = "1"
features = [
    "use-libc",
    "thread",
    "net",
    "fs",
    "system",
    "process",
    "mount",
]

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.tokio]
version = ">= 1.37.0"
features = ["signal"]

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.indoc]
version = "2.0.5"