1//! # Stratum Common Crate 2//! 3//! `stratum_common` is a utility crate designed to centralize 4//! and manage the shared dependencies and utils across stratum crates. 5#[cfg(feature = "bitcoin")] 6pub use bitcoin; 7pub use secp256k1;