Cargo Features

[dependencies]
graph-rs-sdk = { version = "2.0.0-beta.0", default-features = false, features = ["native-tls", "rustls-tls", "brotli", "deflate", "trust-dns", "openssl", "interactive-auth", "test-util"] }

When updating or adding new features to this or dependent crates run cargo tree -e features -i graph-rs-sdk
Use this command verify that the dependency is not enabled by default due to another package having it as a dependency without default-features=false.

default = native-tls

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

native-tls default

Enables native-tls of graph-core, graph-http, graph-oauth, and reqwest ^0.11.22

reqwest:

Enables native-tls specific functionality not available by default.

rustls-tls

Enables rustls-tls of graph-core, graph-http, graph-oauth, and reqwest ^0.11.22

brotli

Enables brotli of graph-core, graph-http, graph-oauth, and reqwest ^0.11.22

deflate

Enables deflate of graph-core, graph-http, graph-oauth, and reqwest ^0.11.22

trust-dns

Enables trust-dns of graph-core, graph-http, graph-oauth, and reqwest ^0.11.22

reqwest:

Deprecated, remove this feature while bumping minor versions.

openssl

Enables openssl of graph-oauth

interactive-auth

Enables interactive-auth of graph-oauth

test-util

Enables test-util of graph-http

graph-rs-sdk has 9 features without comments.