Cargo Features

[dependencies]
snarkvm-console-account = { version = "0.16.19", default-features = false, features = ["compute_key", "graph_key", "private_key", "signature", "view_key", "test"] }
default = compute_key, graph_key, private_key, signature, view_key

These default features are set whenever snarkvm-console-account is added without default-features = false somewhere in the dependency tree.

compute_key default private_key signature = private_key

Affects snarkvm-console-account::compute_key

graph_key default = private_key

Affects snarkvm-console-account::graph_key

private_key default compute_key graph_key = compute_key

Affects snarkvm-console-account::private_key

signature default = compute_key

Affects snarkvm-console-account::signature

view_key default

Affects snarkvm-console-account::view_key

test