Cargo Features

[dependencies]
monero = { version = "0.20.0", default-features = false, features = ["full", "serde", "experimental", "fuzzing"] }
default = full

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

full default

Enables rand and std of fixed-hash

serde = serde-big-array, serde-crate

Enables serde of curve25519-dalek

Affects amount::serde

experimental

Affects transaction::SignatureHashError

fuzzing

Affects util::fuzz_utils

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.

serde-big-array serde?
serde-crate serde?

Enables serde