Cargo Features
[dependencies]
instagram-scraper-rs = { version = "0.1.0", default-features = false, features = ["github-ci", "no-log", "native-tls", "rustls"] }
- default = native-tls
-
The
native-tls
feature is set by default wheneverinstagram-scraper-rs
is added without
somewhere in the dependency tree.default-features = false - github-ci
- no-log
-
Enables max_level_off of log
- native-tls default
-
Enables native-tls of reqwest ^0.11
reqwest:
Enables native-tls specific functionality not available by default.
- rustls
-
Enables rustls-tls of reqwest ^0.11
Instagram-scraper-rs has 5 features without comments.