crab-gnupg 0.1.2

API for GNU Privacy Guard (GnuPG) written in rust. Manage gpg keys and secure files using rust.
Documentation
[[bin]]
name = "crab-gnupg"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.hostname]
version = "0.4.0"

[dependencies.regex]
version = "1.11.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3.14.0"

[features]
test_legacy = []

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

[package]
authors = ["Goh Yu Han <gohyuhan123456@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "API for GNU Privacy Guard (GnuPG) written in rust. Manage gpg keys and secure files using rust."
edition = "2021"
license = "MIT"
name = "crab-gnupg"
readme = "README.md"
repository = "https://github.com/hangoh/crab-gnupg"
version = "0.1.2"

[[test]]
name = "test_gpg"
path = "tests/test_gpg.rs"