# 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 = "rust_upbit_api" version = "1.0.5" description = "rust_upbit_api" readme = "README.md" license = "MIT" [dependencies.envmnt] version = "0.10.4" [dependencies.hmac] version = "0.12.1" [dependencies.jsonwebtokens] version = "1.1.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.serde_with] version = "2.0.1" features = ["json"] [dependencies.sha2] version = "0.10.6" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-native-tls", "postgres", "chrono", ] [dependencies.uuid] version = "1.2.1" features = [ "v4", "serde", ]