Cargo Features

[dependencies]
safe_vault = { version = "0.20.2", default-features = false, features = ["mock", "quic-p2p"] }
default = quic-p2p

The quic-p2p feature is set by default whenever safe_vault is added without default-features = false somewhere in the dependency tree.

mock = fxhash, hex_fmt

Affects safe_vault::mock

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.

fxhash mock?
hex_fmt mock?
quic-p2p default

Enables quic-p2p ~0.2.1

Required by the binary