revault-api 0.3.12

Complete Rust API for reVault lockboxes and vaults
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "revault-api"
version = "0.3.12"
edition = "2021"
rust-version = "1.88"
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"
homepage = "https://docs.revault.onepub.dev/"
readme = "README.md"

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