blue-build 0.9.35

A CLI tool built for creating Containerfile templates for ostree based atomic distros
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 = "blue-build"
version = "0.9.35"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool built for creating Containerfile templates for ostree based atomic distros"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/blue-build/cli"

[package.metadata.release]
pre-release-hook = [
    "git",
    "cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]

[[package.metadata.release.pre-release-replacements]]
file = "install.sh"
search = 'VERSION=v\d+\.\d+\.\d+'
replace = "VERSION=v{{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "flake.nix"
search = 'version = "v\d+\.\d+\.\d+";'
replace = 'version = "v{{version}}";'

[features]
bootc = ["blue-build-process-management/bootc"]
default = []
v0_10_0 = ["bootc"]
vendored-libgit2 = [
    "dep:git2",
    "git2/vendored-libgit2",
]

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

[[bin]]
name = "bluebuild"
path = "src/bin/bluebuild.rs"

[dependencies.blue-build-process-management]
version = "=0.9.35"

[dependencies.blue-build-recipe]
version = "=0.9.35"

[dependencies.blue-build-template]
version = "=0.9.35"

[dependencies.blue-build-utils]
version = "=0.9.35"

[dependencies.bon]
version = "3.8.2"

[dependencies.cached]
version = "0.56.0"
features = ["async"]

[dependencies.clap]
version = "4.5.56"
features = [
    "derive",
    "cargo",
    "unicode",
    "env",
]

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.clap_complete]
version = "4.5.59"

[dependencies.clap_complete_nushell]
version = "4.5.9"

[dependencies.colored]
version = "3.1.1"

[dependencies.comlexr]
version = "1.4.2"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

[dependencies.indicatif]
version = "0.18.2"
features = [
    "improved_unicode",
    "rayon",
]

[dependencies.jsonschema]
version = "0.30.0"

[dependencies.log]
version = "0.4.29"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.oci-client]
version = "0.15.0"
default-features = false

[dependencies.open]
version = "5.3.2"

[dependencies.os_info]
version = "3.12.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.requestty]
version = "0.6.1"
features = [
    "macros",
    "termion",
]

[dependencies.reqwest]
version = "0.12.28"
features = ["rustls-tls"]
default-features = false

[dependencies.rust-embed]
version = "8.7.2"
features = [
    "debug-embed",
    "compression",
    "deterministic-timestamps",
]

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.10.0"
package = "serde_yaml_ng"

[dependencies.shadow-rs]
version = "1.4.0"
default-features = false

[dependencies.syntect]
version = "5.3.0"
features = ["default-fancy"]
default-features = false

[dependencies.tempfile]
version = "3.24.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "rt-multi-thread",
]

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.yaml-rust2]
version = "0.10.4"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.rusty-hook]
version = "0.11"

[build-dependencies.git2]
version = "0.20.0"
optional = true
default-features = false

[build-dependencies.shadow-rs]
version = "1.4.0"

[lints.clippy]
correctness = "deny"
nursery = "deny"
pedantic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"

[lints.clippy.doc_markdown]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.rust]
unsafe_code = "forbid"

[profile.dev]
debug = 0

[profile.release]
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = "none"

[profile.test]
debug = "line-tables-only"