Cargo Features

[dependencies]
spotifyrs = { version = "0.3.0-beta.5", default-features = false, features = ["local_auth", "wasm"] }
default = surf

These default features are set whenever spotifyrs is added without default-features = false somewhere in the dependency tree.

Enables surf

local_auth

Enables open ^3.0

wasm

Enables js of getrandom, h1-client of surf

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.

surf default wasm?