Cargo Features

wasmer-registry has no features set by default.

[dependencies]
wasmer-registry = { version = "5.11.0", features = ["build-package", "clap"] }
build-package = indexmap, minisign, rpassword, rusqlite, time, wasmer-wasm-interface, wasmparser

Affects package::builder

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.

clap implicit feature

Enables clap

clap:

A simple to use, efficient, and full-featured Command Line Argument Parser

indexmap build-package?

Enables indexmap ^1.9.3

minisign build-package?
rpassword build-package?
rusqlite build-package?

Enables rusqlite ^0.28.0

time build-package?
wasmer-wasm-interface build-package?
wasmparser build-package?

Enables wasmparser ^0.121.0