[[bin]]
name = "vaultapi"
path = "src/main.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.12"
[dependencies.ring]
version = "0.17.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.137"
[lib]
name = "vaultapi"
path = "src/lib.rs"
[package]
authors = ["Vignesh Rao"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "authentication"]
description = "Client application for VaultAPI server."
documentation = "https://docs.rs/VaultAPI-Client"
edition = "2021"
exclude = [".github", ".gitignore", "README.md"]
homepage = "https://github.com/thevickypedia/VaultAPI-Client"
include = ["/src", "LICENSE"]
keywords = ["decipher-client", "vaultapi", "symmetric-encryption", "fernet-cryptography"]
license = "MIT"
name = "VaultAPI-Client"
readme = "README.md"
repository = "https://github.com/thevickypedia/VaultAPI-Client"
rust-version = "1.80.0"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--no-deps", "--document-private-items"]