# 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 = "swapkit-rs" version = "0.0.11" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Swapkit API bindings for Rust" readme = "README.md" keywords = [ "thorswap", "swapkit", "thorchain", "api", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/physics515/swapkit-rs" [lib] name = "swapkit_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0" features = ["serde"] [dependencies.dotenv] version = "0" [dependencies.rand] version = "0" [dependencies.reqwest] version = "0" [dependencies.rust_decimal] version = "1" features = [ "serde", "serde-str", "serde-float", "serde-with-str", ] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde-aux] version = "4" [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0" [dependencies.serde_with] version = "3" features = ["chrono"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.url] version = "2" [dev-dependencies.tokio-test] version = "0"