# 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 = "stegosaurust" version = "0.4.6" authors = ["JJ Style "] description = "A steganography tool, written in rust." homepage = "https://github.com/jj-style/stegosaurust" documentation = "https://docs.rs/stegosaurust" readme = "README.md" keywords = [ "steganography", "secrets", "hide", "image", ] license = "GPL-3.0" repository = "https://github.com/jj-style/stegosaurust" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = "none" [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = "debuginfo" [dependencies.aes] version = "0.8.1" [dependencies.anyhow] version = "1.0.57" [dependencies.atty] version = "0.2" [dependencies.base64] version = "0.13.0" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.compression] version = "0.1.5" [dependencies.env_logger] version = "0.9.0" [dependencies.image] version = "0.23.14" [dependencies.itertools-num] version = "0.1.3" [dependencies.log] version = "0.4.6" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.pbkdf2] version = "0.11.0" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.rand_pcg] version = "0.3.1" [dependencies.rand_seeder] version = "0.2.3" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.structopt] version = "0.3" [dependencies.tabled] version = "0.7.0" [dependencies.thiserror] version = "1.0.31"