etoml 0.2.1

A command line utility for managing secrets in encrypted TOML files
Documentation
[[bin]]
name = "etoml"

[dependencies.base64]
version = "0.21.3"

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

[dependencies.crypto_box]
features = ["chacha20", "serde"]
version = "0.9.1"

[dependencies.generic-array]
features = ["serde"]
version = "0.14.7"

[dependencies.serde]
features = ["derive"]
version = "1.0.188"

[dependencies.toml]
version = "0.7.6"

[package]
authors = ["Axel Tetzlaff <axel.tetzlaff@gmx.de>"]
categories = ["command-line-utilities", "secrets"]
description = "A command line utility for managing secrets in encrypted TOML files"
edition = "2021"
keywords = ["cryptography", "secrets", "encryption"]
license = "MIT"
name = "etoml"
readme = "README.md"
repository = "https://github.com/axelerator/etoml"
version = "0.2.1"