Cargo Features

[dependencies]
musixmatch-cli = { version = "0.2.0", default-features = false, features = ["native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls-webpki-roots", "rustls-tls-native-roots"] }
default = native-tls

The native-tls feature is set by default whenever musixmatch-cli is added without default-features = false somewhere in the dependency tree.

native-tls default

Reqwest TLS options

Enables native-tls of musixmatch-inofficial

native-tls-alpn

Enables native-tls-alpn of musixmatch-inofficial

native-tls-vendored

Enables native-tls-vendored of musixmatch-inofficial

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of musixmatch-inofficial

rustls-tls-native-roots

Enables rustls-tls-native-roots of musixmatch-inofficial