# 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 = "dydx-v3-rust" version = "0.2.3" authors = ["0xIbuki"] description = "Rust SDK for dYdX v3 API" homepage = "https://docs.dydx.exchange/" documentation = "https://docs.rs/dydx-v3-rust/0.1.0/dydx_v3_rust/" readme = "README.md" keywords = ["sdk", "dydx", "api"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/junta/dydx-v3-rust" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3" [dependencies.hmac] version = "0.12.1" [dependencies.http] version = "0.2" [dependencies.pyo3] version = "0.16.4" features = ["auto-initialize"] [dependencies.rand] version = "0.8.5" [dependencies.readonly] version = "0.2.0" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-test] version = "0.4" [dependencies.uuid] version = "0.8" features = ["v5"] [dev-dependencies.speculate] version = "0.1.2"