jolokia 0.2.0

Strong encryption, made simple.
Documentation
[[bin]]
name = "jolokia"
path = "src/main.rs"

[dependencies.aead]
features = ["stream"]
version = "0.5.2"

[dependencies.base64]
version = "0.22.1"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.lessify]
version = "0.4.0"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)"]
level = "warn"
priority = 0

[package]
authors = ["Quentin Richert <noreply@richert.co>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Strong encryption, made simple."
edition = "2024"
keywords = ["cryptography", "cli"]
license = "MIT OR Apache-2.0"
name = "jolokia"
readme = "README.md"
repository = "https://github.com/qrichert/jolokia.git"
version = "0.2.0"

[profile.release]
strip = true