# 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 = "base64_img_cli" version = "0.1.1" authors = ["Anonymous "] description = "Encode and decode images to and from base64" documentation = "https://docs.rs/base64_img_cli" readme = "README.md" keywords = [ "base64", "image", "encode", "decode", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/base64_img_cli" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.31.2" [dependencies.image] version = "0.23.14" [dependencies.infer] version = "0.13.0"