basil-core 0.6.1

Basil daemon core, broker services, transport, and offline admin command implementations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-FileCopyrightText: 2026 OpenBasil Contributors
//
// SPDX-License-Identifier: Apache-2.0

//! gRPC service adapters.

mod admin;
mod aead;
pub mod broker;
mod invocation;
#[cfg(feature = "http")]
pub mod jwks;
mod minting;
pub mod sds;
mod secret;
mod shared;
mod signing;
pub mod spiffe;