pub fn main() { #[cfg(feature = "tracing")] tracing::info!("Hello, world!"); }