[package] name = "yahoo_tick_grabber" version = "1.0.2" edition = "2021" description = "A wrapper API around reqwest library that as of currently returns a string containing the information about a ticker off Yahoo Finance" homepage = "https://github.com/marcusasdgg" repository = "https://github.com/marcusasdgg/yahoo_test" readme = "readme.md" license = "WTFPL" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.37.0", features = ["full"] } reqwest = { version = "0.12.4", features = ["cookies"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4"