# 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 = "HiddenBytes" version = "0.1.0" description = "HiddenBytes is a personal tool for exploring image steganography techniques and algorithms, ideal for experimenting with hiding information in images." homepage = "https://kremilly.com" readme = "README.md" keywords = [ "rust", "steganography", "security", "encoder", "image", ] categories = [ "Encoding", "Graphics", ] license = "MIT" repository = "https://github.com/Kremilly/HiddenBytes" [dependencies.image] version = "0.25.1" [dependencies.steganography] version = "1.0.2"