marg 0.3.2

Meta config for apps from args
Documentation
[package]

name = "marg"

version = "0.3.2"

edition = "2024"

authors = ["Vladimir Krinitsyn <v.krinitsyn@gmail.com>"]

license = "MIT"

description = "Meta config for apps from args"

homepage = "https://github.com/vkrinitsyn/marg.git"

repository = "https://github.com/vkrinitsyn/marg.git"

[dependencies]

uuid = { version = "^1", features = ["v4"] }



[features]

# at least one db feature is better to set

default = ["postgres"]

# default

postgres = []

#

sqlite = []



# pull temorary password, like session token from a script run

token = []



# check for key text file, to use for RSA of AES

key = []



# if key set in env, the key will be kleanup after read

keep_env_secret = []



## cargo test --features token