# 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 = "upstox-rust-sdk" version = "0.2.1" authors = [ "Aviral Omar", "aviralomar0301@gmail.com", ] description = "SDK to access Upstox's Uplink v2 APIs programmatically" readme = "README.md" keywords = [ "upstox", "uplink", "sdk", ] categories = [ "api-bindings", "asynchronous", ] license = "MPL-2.0" repository = "https://github.com/Aviral-Omar/upstox-rust-sdk" [dependencies.async-imap] version = "0.9.7" features = ["runtime-tokio"] default-features = false [dependencies.async-native-tls] version = "0.5.0" features = ["runtime-tokio"] default-features = false [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.38" [dependencies.ezsockets] version = "0.6.2" features = ["native-tls"] [dependencies.fantoccini] version = "0.19.3" [dependencies.flate2] version = "1.0.30" [dependencies.futures] version = "0.3.30" [dependencies.mailparse] version = "0.15.0" [dependencies.protobuf] version = "3.5.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_valid] version = "0.24.0" [dependencies.serde_with] version = "3.8.1" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-cron-scheduler] version = "0.10.2" features = ["signal"] [dependencies.tracing] version = "0.1.40" [dependencies.url_open] version = "0.0.2" [dependencies.urlencoding] version = "2.1.3" [build-dependencies.protobuf-codegen] version = "3.5.0"