use TokenStream;
use parse_macro_input;
/// Generates the runtime infrastructure based on the configuration.
///
/// # Example
///
/// ```ignore
/// warp::runtime!({
/// wasi_http: WasiHttp,
/// wasi_otel: DefaultOtel,
/// wasi_blobstore: MongoDb,
/// });
/// ```