reallyme-jose 0.1.0

JOSE, JWT, JWS, and JWE helpers for ReallyMe identity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-FileCopyrightText: Copyright © 2026 ReallyMe LLC. All rights reserved
//
// SPDX-License-Identifier: Apache-2.0

mod deserialize_audience;

/// Arbitrary private claim map support.
pub mod any;
/// Registered RFC 7519 claim support.
pub mod registered;

pub use any::AnyClaims;
pub use registered::RegisteredClaims;