Cargo Features

[dependencies]
lastfm-edit = { version = "5.0.2", default-features = false, features = ["wasm", "curl", "mock"] }
default = curl

The curl feature is set by default whenever lastfm-edit is added without default-features = false somewhere in the dependency tree.

wasm

Enables wasm_client of http-client-2

Core dependencies

curl default

Enables curl_client of http-client-2

mock = mockall

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.

mockall mock?

Enables mockall ^0.13

Optional mocking support