# 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 = "ub64m" version = "1.1.0" description = "A cli tool for decoding base64 values in JSON and YAML" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/elmiko/ub64m" [dependencies.anyhow] version = "1.0.75" [dependencies.base64] version = "0.21.4" features = ["alloc"] [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.yaml-rust] version = "0.4.5"