# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "steg" version = "0.1.6" authors = ["Peter Heesterman "] description = "Command line steganography tool" readme = "./README.md" keywords = ["steganography", "steg", "hide", "reveal"] categories = ["command-line-utilities", "encoding", "multimedia::images", "text-processing"] license = "MIT" repository = "https://github.com/peterheesterman/lsb_png_steganography" [dependencies.clap] version = "2.32" [dependencies.lsb_png_steganography] version = "0.1.0" [dependencies.lsb_text_png_steganography] version = "0.1.1" [dependencies.whitespace_text_steganography] version = "0.2.1"