Cargo Features

[dependencies]
zeropool-bn = { version = "0.5.11", default-features = false, features = ["std"] }
default = borsh, std

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

std default

Enables std of borsh ^0.9

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

borsh default std

Enables borsh ^0.9