# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "manja" version = "0.1.1-rc" authors = ["Paresh Saxena "] exclude = [ "Cargo.lock", "tests/*", "examples/*", "*.md", ".*", ".temp/*", ] description = "Asynchronous client library for Zerodha's KiteConnect trading API" documentation = "https://docs.rs/manja" readme = "README.md" license = "MIT" repository = "https://github.com/saxena-dev/manja" [dependencies.base32] version = "0.5.0" [dependencies.csv] version = "1.3.0" [dependencies.dotenv] version = "0.15.0" [dependencies.fantoccini] version = "0.19.3" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.12.4" features = [ "json", "gzip", "zstd", ] [dependencies.serde] version = "1.0.202" [dependencies.serde_json] version = "1.0.117" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.totp-rs] version = "5.5.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.0" [dependencies.zeroize] version = "1"