Cargo Features
[dependencies]
market-finance = { version = "0.3.0", default-features = false, features = ["formatting", "indicators"] }
- default = formatting
-
By default only allow formatting to keep the dependency list as small as possible
- formatting default = chrono
-
Allows for better formatting of structures - typically around date / times
Affects
traits::Timestamped.datetime
… - indicators
-
Technical indicators - currently in beta and disabled by default
Affects
market-finance::indicators
…
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.