Cargo Features

[dependencies]
spotify-client = { version = "0.1.2", default-features = false, features = ["env-file", "test_mod"] }
default = env-file

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

env-file default

Affects auth::new_session_with_new_creds, auth::new_session

test_mod