read-secret 0.1.2

A rust library that provides an easy way to read and decrypt secrets from your environment variables and files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
categories = ["development-tools"]
description = "A rust library that provides an easy way to read and decrypt secrets from your environment variables and files. "
documentation = "https://docs.rs/read-secret"
edition = "2021"
homepage = "https://git.sr.ht/~meow_king/read-secret"
keywords = ["dev", "secret", "development", "env", "gpg"]
license = "MIT OR Apache-2.0"
name = "read-secret"
readme = "README.md"
repository = "https://git.sr.ht/~meow_king/read-secret"
version = "0.1.2"