[package] name = "zrsclient" version = "0.1.7" edition = "2021" authors = ["Vaibhav Ranjith","Bhoopathi Sai Varun Reddy"] description = "A Rust client for the Zerodha API" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.139", features = ["derive"] } reqwest = { version = "0.11.22", features = ["blocking","json"] } anyhow = "1.0" serde_json = "1.0" csv = "1.3.0" toml = "0.8.8" ws = {version = "0.9.2", features = ["ssl"]} log = "0.4.21" byteorder = "1.5.0" url = "2.5.0" [dev-dependencies] mockito = "1.2.0"