investments 1.3.1

Helps you with managing your investments
Documentation
[package]
name = "investments"
version = "1.3.1"
description = "Helps you with managing your investments"
keywords = ["finance", "investment", "stocks", "trading", "taxes"]
categories = ["command-line-utilities"]

authors = ["Dmitry Konishchev <konishchev@gmail.com>"]
homepage = "https://github.com/KonishchevDmitry/investments"
repository = "https://github.com/KonishchevDmitry/investments"
documentation = "https://github.com/KonishchevDmitry/investments"
license = "GPL-3.0+"
readme = "README.md"

edition = "2018"
exclude = ["/testdata"]
default-run = "investments"

[[bin]]
name = "investments"
path = "src/bin/investments/mod.rs"

[[bin]]
name = "tax-statement-parser"
path = "src/bin/tax_statement_parser.rs"

[dependencies]
ansi_term = "0.12.1"
calamine = "0.16.1"
chrono = "0.4.11"
chrono-tz = "0.5.2"
cast = "0.2.3"
clap = "2.33.1"
csv = "1.1.3"
diesel = { version = "1.4.5", features = ["sqlite", "chrono"] }
diesel-derive-enum = { version = "1.1.0", features = ["sqlite"] }
diesel_migrations = "1.4.0"
easy-logging = "0.1.1"
encoding_rs = "0.8.23"
governor = "0.2.0"
indoc = "0.3.6"
lazy_static = "1.4.0"
log = "0.4.8"
maplit = "1.0.2"
matches = "0.1.8"
num-traits = "0.2.12"
prettytable-rs = "0.8.0"
rayon = "1.3.1"
regex = "1.3.9"
reqwest = { version = "0.10.6", features = ["blocking", "json"] }
rust_decimal = "1.6.0"
rust_decimal_macros = "1.6.0"
separator = "0.4.1"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.55"
serde_yaml = "0.8.13"
serde-xml-rs = "0.4.0"
shellexpand = "2.0.0"

static_table_derive = "0.1.4"
xls_table_derive = "0.1.4"

[patch.crates-io]
static_table_derive = { path = "src/formatting/static_table_derive" }
xls_table_derive = { path = "src/xls/xls_table_derive" }

[dev-dependencies]
mockito = "0.25.2"
qtrac-retest = "4.0.6"
rstest = "0.6.4"
tempfile = "3.1.0"
url = "2.1.1"