algae-cli 1.0.16

Lightweight age profile for user-friendly encryption (CLI tool and library)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.76.0"
name = "algae-cli"
version = "1.0.16"
authors = [
    "Félix Saparelli <felix@passcod.name>",
    "BES Developers <contact@bes.au>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight age profile for user-friendly encryption (CLI tool and library)"
readme = "README.md"
keywords = [
    "age",
    "cryptography",
    "encryption",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/beyondessential/bestool/tree/main/crates/algae-cli"

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

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

[dependencies.age]
version = "0.11.2"
features = ["async"]

[dependencies.age-core]
version = "0.11.0"

[dependencies.clap]
version = "4.5.47"
features = [
    "cargo",
    "derive",
    "wrap_help",
]

[dependencies.clap-markdown]
version = "0.1.5"

[dependencies.dialoguer]
version = "0.12.0"
features = ["password"]
default-features = false

[dependencies.diceware_wordlists]
version = "1.2.3"

[dependencies.futures]
version = "0.3.30"

[dependencies.indicatif]
version = "0.18.2"
features = ["tokio"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.jiff]
version = "0.2.15"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.pinentry]
version = "0.8.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-util]
version = "0.7.16"
features = ["compat"]

[dependencies.tracing]
version = "0.1.43"
features = ["attributes"]

[build-dependencies.windows_exe_info]
version = "0.5.2"
features = ["manifest"]

[lints.rust]
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1