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 whenevertumblr_api
is added without
somewhere in the dependency tree.default-features = false - client default = api, auth, npf
-
Enables reqwest ~0.11.2, thiserror ~1.0.7, and time
Affects
tumblr_api::client
… - api client = npf
-
Enables thiserror ~1.0.7 and time
Affects
tumblr_api::api
… - auth client
-
Enables async-lock ^2, reqwest ~0.11.2, serde-enum-str ~0.3, serde_with, thiserror ~1.0.7, and veil ^0.1
Affects
tumblr_api::auth
… - npf api? client
-
Affects
tumblr_api::npf
…