Cargo Features
pinterest-api has no features set by default.
[dependencies]
pinterest-api = { version = "0.1.0", features = ["rustls-tls"] }
- default
-
These default features are set whenever
pinterest-api
is added without
somewhere in the dependency tree.default-features = false Enables default-tls of reqwest
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
- rustls-tls
-
Enables rustls-tls of reqwest
pinterest-api has 2 features without comments.