impyard 0.1.1

Rent the intelligence, own the governance — a control plane for imps: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
1
2
3
4
5
6
7
//! Credentials: stored (vault), acquired (connect), refreshed (providers,
//! registry) — and injected in transit by the gateway. Imps never see keys.

pub mod connect;
pub mod providers;
pub mod registry;
pub mod vault;