# 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 = "s2png" version = "0.11.1" authors = [ "k0wax", "D. Bohdan ", ] description = "Store any data in PNG images" homepage = "https://github.com/dbohdan/s2png" readme = "README.md" keywords = ["png"] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/dbohdan/s2png" [dependencies.exitcode] version = "1.1" [dependencies.getopts] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.image] version = "0.23.12" [dev-dependencies.file_diff] version = "1.0.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.regex] version = "1" [dev-dependencies.tempfile] version = "3.1"