#[cfg(feature = "newton-crypto")]
pub mod crypto;
#[cfg(feature = "newton-crypto")]
pub use crypto::register_newton_crypto_extensions;
#[cfg(feature = "newton-identity")]
pub mod identity;
#[cfg(feature = "newton-identity")]
pub use identity::{
register_generic_identity_extensions, register_kyc_identity_extensions, IdentityDomainData,
KycIdentityData, SharedIdentityFields,
};
#[cfg(feature = "newton-tlsn")]
pub mod tlsn;
#[cfg(feature = "newton-tlsn")]
pub use tlsn::register_newton_tlsn_extensions;