# 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 = "ubase64" version = "0.0.1" authors = ["Alex Mullen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight, simple, and configurable base64 encode and decode." homepage = "https://github.com/xelamonster/ubase64" readme = "README.md" keywords = [ "base64", "encode", "decode", "cli", "library", ] categories = [ "algorithms", "command-line-utilities", "encoding", ] license = "Unlicense" repository = "https://github.com/xelamonster/ubase64" [profile.release] opt-level = 2 lto = "fat" codegen-units = 1 [lib] name = "ubase64" path = "src/lib.rs" [[bin]] name = "ubase64" path = "src/main.rs" required-features = ["binary"] [dependencies.clap] version = "4.5.15" features = ["derive"] optional = true [dependencies.miette] version = "7.2.0" [dependencies.thiserror] version = "1.0.63" [features] binary = [ "clap", "miette/fancy", ] default = ["binary"]