Cargo Features
[dependencies]
opensubs = { version = "0.1.5", default-features = false, features = ["async", "blocking"] }
- default = async
-
The
asyncfeature is set by default wheneveropensubsis added withoutsomewhere in the dependency tree.default-features = false - async default
-
Enables reqwest
- blocking
-
Affects
client::blocking…