stenoxide-core 3.7.4

Adaptive LSB steganography engine with HILL cost functions, STC embedding and an Argon2id + XChaCha20-Poly1305 cryptographic pipeline
Documentation
# 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"
rust-version = "1.85"
name = "stenoxide-core"
version = "3.7.4"
build = "build.rs"
exclude = [
    "tests/*",
    "scripts/*",
    "examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adaptive LSB steganography engine with HILL cost functions, STC embedding and an Argon2id + XChaCha20-Poly1305 cryptographic pipeline"
homepage = "https://github.com/stenoxide/stenoxide"
documentation = "https://docs.rs/stenoxide-core"
readme = "README.md"
keywords = [
    "steganography",
    "cryptography",
    "image",
    "security",
    "stego",
]
categories = [
    "cryptography",
    "multimedia::images",
]
license = "Apache-2.0"
repository = "https://github.com/stenoxide/stenoxide"

[features]
default = []
ffi-stc = []
pqc = ["dep:ml-kem"]
test-utils = []

[lib]
name = "stenoxide_core"
path = "src/lib.rs"

[dependencies.argon2]
version = "0.5"

[dependencies.chacha20]
version = "0.10"
features = ["zeroize"]

[dependencies.chacha20poly1305]
version = "0.11"

[dependencies.hkdf]
version = "0.13"

[dependencies.image]
version = "0.25"

[dependencies.ml-kem]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1.12"

[dependencies.sha3]
version = "0.12"

[dependencies.zeroize]
version = "1.9"
features = ["derive"]

[dependencies.zstd]
version = "0.13"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.tempfile]
version = "3.27"

[build-dependencies.cc]
version = "1.4"