Cargo Features

neptune-dashboard has no features set by default.

[dependencies]
neptune-dashboard = { version = "0.5.0", features = ["mock"] }
mock = rand

Enables mock-rpc of neptune-cash

neptune-cash:

Implements StandardUniform: Distribution<T> for various types T that are served through the RPC interface. Enables the RPC interface to be mocked on the client side.

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.

rand mock?