Cargo Features

[dependencies]
cap-standards = { version = "0.2.0", default-features = false, features = ["sdk-impls", "alpha-xtc", "alpha-dip721", "alpha-dip20", "alpha-dip20-dank"] }
default = sdk-impls

The sdk-impls feature is set by default whenever cap-standards is added without default-features = false somewhere in the dependency tree.

sdk-impls default = cap-sdk

Affects dip20::cap, dip721::DIP721TransactionDecodeError

alpha-xtc

Affects cap-standards::xtc

alpha-dip721

Affects cap-standards::dip721

alpha-dip20 alpha-dip20-dank? = num-bigint

Affects cap-standards::dip20

alpha-dip20-dank = alpha-dip20

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.

cap-sdk sdk-impls
num-bigint alpha-dip20?