blob: fd568bc6705adbed4e3c58cf68229a9c9b0d55a4 [file]
Name: cfg-if
URL: https://crates.io/crates/cfg-if
Version: 1.0.4
Revision: 3510ca6abea34cbbc702509a4e50ea9709925eda
Update Mechanism: Manual (https://crbug.com/449898466)
License: Apache-2.0
License File: //third_party/rust/chromium_crates_io/vendor/cfg-if-v1/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.