Name: cfg-if URL: https://crates.io/crates/cfg-if Version: 1.0.0 Revision: e60fa1efeab0ec6e90c50d93ec526e1410459c23 License: Apache 2.0 License File: //third_party/rust/chromium_crates_io/vendor/cfg-if-1.0.0/LICENSE-APACHE Shipped: yes Security Critical: yes Description: A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted.