# 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 = "2021" name = "blue-build" version = "0.8.20" build = "build.rs" 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" replace = "VERSION=v{{version}}" search = 'VERSION=v\d+\.\d+\.\d+' [profile.release] lto = true codegen-units = 1 debug = 0 panic = "abort" strip = "none" [lib] name = "blue_build" path = "src/lib.rs" [[bin]] name = "bluebuild" path = "src/bin/bluebuild.rs" [dependencies.blue-build-process-management] version = "=0.8.20" [dependencies.blue-build-recipe] version = "=0.8.20" [dependencies.blue-build-template] version = "=0.8.20" [dependencies.blue-build-utils] version = "=0.8.20" [dependencies.bon] version = "2" [dependencies.clap] version = "4" features = [ "derive", "cargo", "unicode", "env", ] [dependencies.clap-verbosity-flag] version = "2" [dependencies.clap_complete] version = "4" [dependencies.colored] version = "2" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.indicatif] version = "0.17" features = ["improved_unicode"] [dependencies.log] version = "0.4" [dependencies.miette] version = "7" features = ["fancy"] [dependencies.oci-distribution] version = "0.11.0" features = [ "rustls-tls", "rustls-tls-native-roots", ] default-features = false [dependencies.open] version = "5" [dependencies.os_info] version = "3" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.requestty] version = "0.5" features = [ "macros", "termion", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.shadow-rs] version = "0.26" [dependencies.tempdir] version = "0.3" [dependencies.urlencoding] version = "2" [dependencies.users] version = "0.11" [dev-dependencies.rusty-hook] version = "0.11" [build-dependencies.shadow-rs] version = "0.26" [features] copy = ["blue-build-recipe/copy"] default = [] iso = [] login = [] multi-recipe = [ "rayon", "indicatif/rayon", ] sigstore = ["blue-build-process-management/sigstore"] stages = ["blue-build-recipe/stages"] switch = [] [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"