revault-api 0.3.6

Complete Rust API for reVault lockboxes and vaults
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "revault-api"
version = "0.3.6"
edition = "2021"
rust-version = "1.95"
description = "Complete Rust API for reVault lockboxes and vaults"
keywords = ["encryption", "credentials", "archive", "security", "vault"]
categories = ["cryptography", "filesystem"]
license-file = "LICENSE"
repository = "https://github.com/onepub-dev/reVault"
readme = "README.md"

[dependencies]
revault_lockbox_api = { version = "0.0.4", path = "../../rust/revault_lockbox_api", features = ["bindings"] }
revault_vault_api = { version = "0.0.4", path = "../../rust/revault_vault_api" }