# 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.11" build = "build.rs" 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 strip = true [dependencies.anyhow] version = "1" [dependencies.blue-build-recipe] version = "=0.8.11" [dependencies.blue-build-template] version = "=0.8.11" [dependencies.blue-build-utils] version = "=0.8.11" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "cargo", "unicode", "env", ] [dependencies.clap-verbosity-flag] version = "2" [dependencies.clap_complete] version = "4" [dependencies.clap_complete_nushell] version = "4" [dependencies.colored] version = "2" [dependencies.env_logger] version = "0.11" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.lenient_semver] version = "0.4" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.open] version = "5" [dependencies.os_info] version = "3" [dependencies.requestty] version = "0.5" features = [ "macros", "termion", ] [dependencies.semver] version = "1" features = ["serde"] [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.typed-builder] version = "0.18" [dependencies.urlencoding] version = "2" [dependencies.users] version = "0.11" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.rusty-hook] version = "0.11" [build-dependencies.shadow-rs] version = "0.26" [features] copy = ["blue-build-recipe/copy"] default = [] stages = ["blue-build-recipe/stages"] switch = [] [lints.clippy] correctness = "warn" module_name_repetitions = "allow" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] unsafe_code = "forbid"