Cargo Features

[dependencies]
pendzl_lang = { version = "0.2.4", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of ink, pendzl_lang_macro, parity-scale-codec, and scale-info

pendzl_lang has 2 features without comments.