[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" }