algae-cli 1.0.13

Lightweight age profile for user-friendly encryption (CLI tool and library)
Documentation
[package]
name = "algae-cli"
version = "1.0.13"
edition = "2021"
rust-version = "1.76.0"

authors = ["Félix Saparelli <felix@passcod.name>", "BES Developers <contact@bes.au>"]
license = "GPL-3.0-or-later"
description = "Lightweight age profile for user-friendly encryption (CLI tool and library)"
keywords = ["age", "cryptography", "encryption"]
categories = ["command-line-utilities"]
repository = "https://github.com/beyondessential/bestool/tree/main/crates/algae-cli"

[lints]
workspace = true

[[bin]]
path = "src/main.rs"
name = "algae"

[dependencies]
age = { version = "0.11.2", features = ["async"] }
age-core = "0.11.0"
clap = { workspace = true }
clap-markdown = "0.1.5"
dialoguer = { version = "0.12.0", features = ["password"], default-features = false }
diceware_wordlists = "1.2.3"
futures = { workspace = true }
indicatif = { workspace = true }
itertools = { workspace = true }
jiff = "0.2.15"
miette = { workspace = true, features = ["fancy"] }
pinentry = "0.6.0"
rand = "0.9.2"
tokio = { workspace = true, features = ["fs", "io-util", "macros", "rt-multi-thread"] }
tokio-util = { workspace = true, features = ["compat"] }
tracing = { workspace = true }

[build-dependencies]
windows_exe_info = { version = "0.5.2", features = ["manifest"] }