//! Trust web — revocable, scoped trust relationships between identities.
//!
//! The trust module provides:
//! - Capability URI parsing with wildcard matching
//! - Time-bounded, use-limited trust constraints
//! - Signed trust grants between identities
//! - Revocation mechanism
//! - Trust chain verification for delegation
//! - Delegation depth limits
pub use ;
pub use ;
pub use TrustConstraints;
pub use ;
pub use ;
pub use ;