# 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 = "upbit" version = "1.13.2" authors = ["sy september "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust_upbit_api for upbit api version v1.5.0" documentation = "https://docs.rs/upbit/latest/upbit/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/loldruger/rust-upbit-api.git" [lib] name = "upbit" path = "src/lib.rs" doctest = false [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] optional = true [dependencies.envmnt] version = "0.10.4" [dependencies.hmac] version = "0.12.1" [dependencies.jsonwebtokens] version = "1.2.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.serde_with] version = "3.9.0" features = ["json"] [dependencies.sha2] version = "0.10.8" [dependencies.sqlx] version = "0.8.1" optional = true [dependencies.uuid] version = "1.10.0" features = [ "v4", "serde", ] [dev-dependencies.tokio] version = "1.39.3" features = ["full"] [features] chrono-type = ["chrono"] default = [] sqlx-type = ["sqlx"]