lupin 1.0.0

A blazing-fast, lightweight steganography tool for concealing secret data within normal files.
Documentation
[[bin]]
name = "lupin"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.log]
features = ["std"]
version = "0.4"

[dependencies.simplelog]
version = "0.12"

[dependencies.thiserror]
version = "2"

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

[package]
authors = ["Niclas Hedam <lupin@sl.hed.am>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "A blazing-fast, lightweight steganography tool for concealing secret data within normal files."
documentation = "https://docs.rs/lupin"
edition = "2021"
exclude = ["/examples", "/target", "*.pdf"]
homepage = "https://github.com/niclashedam/lupin"
keywords = ["steganography", "pdf", "privacy", "cli", "security"]
license = "Apache-2.0"
name = "lupin"
readme = "README.md"
repository = "https://github.com/niclashedam/lupin"
rust-version = "1.70"
version = "1.0.0"