# 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 = "hips-lib" version = "0.2.0" authors = ["Andrej G."] description = "A library which hides and retrieves text secrets within images." homepage = "https://kaesebrot84.github.io/hips-lib/" readme = "README.md" keywords = [ "image", "steganography", "cryptography", "encoding", ] categories = [ "steganography", "cryptography", "encoding", ] license = "MIT" [dependencies.image] version = "0.24.5" optional = true [features] image = ["dep:image"]