Cargo Features

yahoo_finance_api has no features set by default.

[dependencies]
yahoo_finance_api = { version = "2.3.0", features = ["blocking", "decimal"] }
blocking

Enables blocking of reqwest

Affects yahoo_finance_api::blocking_impl

decimal = rust_decimal

Affects quotes::decimal

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.

rust_decimal decimal?