find_latest_nav 0.1.0

find latest net-asset-value (NAV) for the given scheme code or ISIN code; the source data is taken from amfi website
Documentation
[package]
name = "find_latest_nav"
version = "0.1.0"
authors = ["Mohankumar Anna <mohankumar.anna@outlook.com>"]
edition = "2018"
license = "MIT"
description = "find latest net-asset-value (NAV) for the given scheme code or ISIN code; the source data is taken from amfi website"
repository = "https://github.com/mohankumaranna/find_latest_nav"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
csv = "1.1"
serde = "1"
serde_derive = "1"
serde_json = "1.0"
rusqlite = "0.20.0"
chrono = "0.4" # used for date and time features
log = "0.4"
simplelog = "^0.6.0"
isahc = "0.6" # used for url calls
config = "0.9"
lazy_static = "1.3"