zimhide 0.2.0

Zim Steganography Toolkit - WAV steganography CLI for embedding and extracting encrypted text/audio
# 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 = "2024"
name = "zimhide"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zim Steganography Toolkit - WAV steganography CLI for embedding and extracting encrypted text/audio"
homepage = "https://github.com/navicore/zim-steganography-toolkit"
documentation = "https://github.com/navicore/zim-steganography-toolkit"
readme = "README.md"
keywords = [
    "steganography",
    "wav",
    "audio",
    "encryption",
    "cli",
]
categories = [
    "command-line-utilities",
    "cryptography",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/navicore/zim-steganography-toolkit"

[[bin]]
name = "zimhide"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.hound]
version = "3"

[dependencies.rand]
version = "0.8"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

[dependencies.which]
version = "7"

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]