1//! The Mint that represents the native token 2#![deprecated( 3 since = "8.1.0", 4 note = "Use spl_token_interface::native_mint instead and remove spl_token as a dependency" 5)] 6pub use spl_token_interface::native_mint::*;