composefs-boot 0.9.0

Helpers for bootable composefs systems
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.88.0"
name = "composefs-boot"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for bootable composefs systems"
readme = "README.md"
keywords = [
    "composefs",
    "boot",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/containers/composefs-rs"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.87"
default-features = false

[dependencies.composefs]
version = "0.9.0"
default-features = false

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

[dependencies.hex]
version = "0.4.0"
features = ["std"]
default-features = false

[dependencies.pcre2]
version = "0.2.11"

[dependencies.regex-automata]
version = "0.4.4"
features = [
    "hybrid",
    "std",
    "syntax",
]
default-features = false

[dependencies.rustix]
version = "1.0.0"
features = [
    "fs",
    "std",
]
default-features = false

[dependencies.thiserror]
version = "2.0.0"
default-features = false

[dependencies.zerocopy]
version = "0.8.0"
features = ["derive"]
default-features = false

[dev-dependencies.composefs]
version = "0.9.0"
features = ["test"]
default-features = false

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

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

[dev-dependencies.similar-asserts]
version = "2.0.0"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"