A feature-selective Rust utility crate — a modular collection of opt-in utilities spanning encryption, HTTP networking, geolocation, and build-time fingerprinting. Enable only the features your project requires.
//! Re-exports all backend dependencies used by the `serialization` module.
//!//! Only available when the `backend-deps` feature is enabled together with
//! the `serialization` feature.
pubuse bincode;pubuse base64;pubuse zeroize;