Cargo Features

[dependencies]
yptoscr = { version = "1.1.1", default-features = false, features = ["std", "alloc"] }
default = std

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

std default

Enables std of bors and hex

alloc

Enables std of bors, alloc of hex

yptoscr has 3 features without comments.