[package] name = "supply-chain-trust-example-crate-000046" version = "1.2.0" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/scopeguard/" authors = [ "Hassnain",] description = "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n" keywords = [ "scope-guard", "defer", "panic", "unwind",] categories = [ "rust-patterns", "no-std",] [features] default = [ "use_std",] use_std = [] [package.metadata.release] no-dev-version = true