Cargo Features

[dependencies]
tumblr_api = { version = "0.2.0", default-features = false, features = ["client", "api", "auth", "npf"] }
default = client

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

client default = api, auth, npf

Enables reqwest ~0.11.2, thiserror, and time

Affects tumblr_api::client

api client = npf

Enables thiserror and time

Affects tumblr_api::api

auth client

Enables async-lock ^2, reqwest ~0.11.2, serde-enum-str ~0.3, serde_with, thiserror, and veil

Affects tumblr_api::auth

npf api? client

Affects tumblr_api::npf