neuron-crypto-vault
Vault Transit crypto provider for neuron (stub)
Overview
neuron-crypto-vault will implement CryptoProvider backed by
HashiCorp Vault's Transit secrets engine.
Key material never leaves Vault — sign and verify operations are performed server-side.
Status: stub. The trait implementation and config types are defined; the Vault API client integration is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use VaultCryptoProvider;
use CryptoProvider;
use Arc;
let crypto: = new;
Part of the neuron workspace
neuron is a composable async agentic AI framework for Rust. See the book for architecture and guides.