# 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 = "stegcloak" version = "0.1.6" description = "Hides secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters" readme = "README.md" keywords = [ "steganography", "text", "hide", "zwc", "zero-width-character", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/MolotovCherry/stegcloak" [dependencies.aes] version = "0.8.4" [dependencies.aho-corasick] version = "1.1.2" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.cbc] version = "0.1.2" [dependencies.ctr] version = "0.9.2" [dependencies.flate2] version = "1.0.28" [dependencies.getrandom] version = "0.2.12" features = ["js"] optional = true [dependencies.hmac] version = "0.12.1" [dependencies.itertools] version = "0.12.1" [dependencies.pbkdf2] version = "0.12.2" features = ["simple"] [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.57" [features] wasm = ["getrandom"]