Cargo Features

[dependencies]
pin-init = { version = "0.2.0", default-features = false, features = ["alloc", "alloc_pin_with", "alloc_try_pin_with"] }
default = alloc, alloc_pin_with

These default features are set whenever pin-init is added without default-features = false somewhere in the dependency tree.

alloc default alloc_pin_with alloc_try_pin_with?
alloc_pin_with default = alloc

Affects pin-init::PtrPinWith

alloc_try_pin_with = alloc

Affects pin-init::PtrTryPinWith