market-finance 0.3.0

A collection of utilities for the financial markets.
Documentation
[dependencies.chrono]
optional = true
version = "0.4"

[features]
default = ["formatting"]
formatting = ["chrono"]
indicators = []

[package]
authors = ["Fred Briden <fred.briden@gmail.com>"]
description = "A collection of utilities for the financial markets."
edition = "2018"
homepage = "https://github.com/fbriden/market-finance-rs"
include = ["Cargo.toml", "LICENSE", "README.md", "src/**/*.rs"]
keywords = ["finance", "stocks"]
license = "MIT"
name = "market-finance"
readme = "README.md"
repository = "https://github.com/fbriden/market-finance-rs"
version = "0.3.0"