[package] name = "yorex_data" version = "0.1.1" authors = ["femi adeniyi "] readme = "README.MD" description = "Forex data feed" repository = "https://github.com/femiadeniyi/yorex-data" keywords = ["forex"] categories = ["command-line-interface"] edition = "2018" license = "MIT OR Apache-2.0" exclude = [ ".idea/*", "videos/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4", features = ["serde"] } ureq = { version = "2.1.0", features = ["json", "charset"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"