[dependencies.image]
version = "0.25.9"
[dependencies.itertools]
version = "0.14.0"
[dependencies.num]
version = "0.4.3"
[dependencies.rand]
version = "0.9.2"
[lib]
name = "pixelveil"
path = "src/lib.rs"
[package]
authors = ["Jebbex <107323805+Jebbex1@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A performant steganography and steganalysis library for hiding data in images, audio files, and videos"
documentation = "https://docs.rs/pixelveil/"
edition = "2024"
keywords = ["steganography", "steganalysis"]
license = "MIT"
name = "pixelveil"
readme = "README.md"
repository = "https://github.com/Jebbex1/Pixelveil"
version = "1.0.1"
[[test]]
name = "test_bpcs"
path = "tests/test_bpcs.rs"