Rust 1.95.0 stablilizes the [`cfg_select!()`](https://blog.rust-lang.org/2026/04/16/Rust-1.95.0/#cfg-select) macro fulfilling the same purpose of the `cfg-if` crate used throughout the patin repo. This issue tracks replacing `cfg-if` with `cfg_select!()` to reduce crate dependencies for functionality available in stable.
Rust 1.95.0 stablilizes the
cfg_select!()macro fulfilling the same purpose of thecfg-ifcrate used throughout the patin repo.This issue tracks replacing
cfg-ifwithcfg_select!()to reduce crate dependencies for functionality available in stable.