Cargo Features
yahoo_finance_api has no features set by default.
[dependencies]
yahoo_finance_api = { version = "4.1.0", features = ["blocking", "decimal", "debug"] }
- blocking
-
Enables blocking of reqwest ^0.12.19
Affects
yahoo_finance_api::blocking_impl… - decimal
-
Enables rust_decimal
Affects
quotes::decimal… - debug = serde_json_path_to_error
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.