Cargo Features
[dependencies]
lastfm-edit = { version = "5.0.2", default-features = false, features = ["wasm", "curl", "mock"] }
- default = curl
-
The
curlfeature is set by default wheneverlastfm-editis added withoutsomewhere in the dependency tree.default-features = false - 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