[package] name = "find_latest_nav_site" version = "0.1.4" authors = ["Mohankumar Anna "] edition = "2018" license = "MIT" description = "A website to find latest net-asset-value (NAV) for the given scheme code or ISIN code" readme = "README.md" homepage = "https://github.com/mohankumaranna/find_latest_nav_site" repository = "https://github.com/mohankumaranna/find_latest_nav_site" keywords = ["library", "tool", "utility"] categories = ["web-programming::http-server", "web-programming::http-client"] [dependencies] find_latest_nav = "0.1.3" # has core logic tokio = { version = "0.2", features = ["full"] } hyper = "0.13.6" lazy_static = "1.4" log="0.4.8" simplelog = "0.8" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" tera = "1.3.1" # used for templating web pages chrono = "0.4.11" # used for date and time features config = "0.10.1" # used for loading configurable data such as IP Address, folder and file names percent-encoding = "2.1.0" #for decoding special characters, such as space, #, ;, etc prefixed with % in url string [dependencies.uuid] features = ["serde", "v4"] version = "0.7"