composefs-boot 0.9.0

Helpers for bootable composefs systems
Documentation
[package]
name = "composefs-boot"
description = "Helpers for bootable composefs systems"
keywords = ["composefs", "boot"]

edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
anyhow = { version = "1.0.87", default-features = false }
fn-error-context = "0.2"
composefs = { workspace = true }
hex = { version = "0.4.0", default-features = false, features = ["std"] }
pcre2 = "0.2.11"
regex-automata = { version = "0.4.4", default-features = false, features = ["hybrid", "std", "syntax"] }
rustix = { version = "1.0.0", default-features = false, features = ["fs", "std"] }
thiserror = { version = "2.0.0", default-features = false }
zerocopy = { version = "0.8.0", default-features = false, features = ["derive"] }

[dev-dependencies]
composefs = { workspace = true, features = ["test"] }
indoc = "2"
proptest = "1"
similar-asserts = "2.0.0"

[lints]
workspace = true