# 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 = "1.0.0" authors = [ "k0wax", "D. Bohdan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "s2png" path = "src/lib.rs" [[bin]] name = "s2png" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.exitcode] version = "1.1" [dependencies.getopts] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.image] version = "0.25.1" features = ["png"] [dev-dependencies.file_diff] version = "1.0.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1" [dev-dependencies.tempfile] version = "3.10"