//! Remote attestation and cryptographic proof generation
//!//! This module provides optional remote attestation capabilities for distributed systems.
#[cfg(feature ="remote-attestation")]pubmodcrypto;#[cfg(feature ="remote-attestation")]pubmodremote;#[cfg(not(feature ="remote-attestation"))]pubmodcrypto{//! Stub for crypto when feature is disabled
}#[cfg(not(feature ="remote-attestation"))]pubmodremote{//! Stub for remote attestation when feature is disabled
}