bootc-internal-utils 0.1.0

Internal implementation component of bootc; do not use
Documentation
[dependencies.anstream]
version = "0.6"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.chrono]
default-features = false
features = ["std"]
version = "0.4.38"

[dependencies.owo-colors]
version = "4"

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

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.shlex]
version = "1.3"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.tokio]
features = ["process", "rt", "macros"]
version = ">= 1.37.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-journald]
version = "0.3.1"

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

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

[dev-dependencies.static_assertions]
version = "1.1.0"

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

[lints.clippy]
dbg_macro = "deny"
disallowed_methods = "deny"
needless_borrow = "allow"
needless_borrows_for_generic_args = "allow"
todo = "deny"

[lints.rust]
dead_code = "deny"
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"
unused_must_use = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internal implementation component of bootc; do not use"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "bootc-internal-utils"
readme = false
repository = "https://github.com/bootc-dev/bootc"
resolver = "2"
version = "0.1.0"