[dependencies]
[lib]
name = "asbs"
path = "src/lib.rs"
[package]
authors = ["Artemy Astakhov <contact@aeverless.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "encoding", "parsing"]
description = "A generic steganography library"
documentation = "https://docs.rs/asbs"
edition = "2021"
keywords = ["steganography", "security", "privacy"]
license = "MIT OR Apache-2.0"
name = "asbs"
readme = "README.md"
repository = "https://github.com/aeverless/asbs"
version = "1.2.2"
[[test]]
name = "binary"
path = "tests/binary.rs"