# 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 = "ublue-rs" version = "0.3.7" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://gitlab.com/wunker-bunker/blue-build" [dependencies.anyhow] version = "1.0.75" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.1" [dependencies.derive_builder] version = "0.12.0" [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tera] version = "1.19.1" [dependencies.typed-builder] version = "0.18.0" [dev-dependencies.rusty-hook] version = "0.11.2" [features] build = [] default = ["build"] init = [] nightly = [ "init", "build", ]