# 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 = "2018" name = "file2png" version = "0.1.1" authors = ["meguminloli "] description = "A program to embed files into pngs" keywords = ["png"] categories = ["command-line-utilities"] license = "GPL-3.0" [dependencies.argh] version = "0.1.5" [dependencies.hex] version = "0.4" [dependencies.png] version = "0.16.8" [dependencies.regress] version = "0.4" [dependencies.sha2] version = "0.9.5"