Cargo Features

[dependencies]
bors = { version = "1.1.3", default-features = false, features = ["std", "alloc"] }
default = std

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

std default

Enables std of hex

alloc

Enables alloc of hex

bors has 3 features without comments.