Cargo Features

[dependencies]
miden-client = { version = "0.3.0", default-features = false, features = ["std", "concurrent", "integration", "test_utils", "testing"] }
default = std

The std feature is set by default whenever miden-client is added without default-features = false somewhere in the dependency tree.

std default

Enables std of miden-objects

concurrent integration?

Enables concurrent of miden-lib, miden-objects, and miden-tx

integration = concurrent, testing, uuid
test_utils

Enables testing of miden-objects

testing integration?

Enables testing of miden-lib and miden-objects

miden-lib:

the testing feature is required to enable the account creation pow patch

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.

uuid integration?