shadow_rs

Function default_deny

source
pub fn default_deny() -> BTreeSet<ShadowConst>
Expand description

Since cargo metadata details about workspace membership and resolved dependencies for the current package, storing this data can result in significantly larger crate sizes. As such, the CARGO_METADATA const is disabled by default.

Should you choose to retain this information, you have the option to customize a deny_const object and override the new_deny method parameters accordingly.