Cargo Features

[dependencies]
gadget-blueprint-proc-macro = { version = "0.1.2", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever gadget-blueprint-proc-macro is added without default-features = false somewhere in the dependency tree.

std default

Enables std of gadget-blueprint-proc-macro-core

gadget-blueprint-proc-macro has 2 features without comments.