[package] name = "find_latest_nav" version = "0.1.3" authors = ["Mohankumar Anna "] 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" readme = "README.md" homepage = "https://github.com/mohankumaranna/find_latest_nav" repository = "https://github.com/mohankumaranna/find_latest_nav" keywords = ["library", "tool", "utility"] categories = ["command-line-utilities"] [dependencies] csv = "1.1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" #rusqlite = "0.20.0" chrono = "0.4" # used for date and time features log = "0.4.8" simplelog = "^0.6.0" isahc = "0.6" # used for url calls config = "0.10.1" lazy_static = "1.4" [dependencies.rusqlite] version = "0.23.1" features = ["bundled"]