kraken_api 0.1.5

kraken_api is a library for using both the public and private kraken.com APIs. It is currently a work in progress.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "kraken_api"
version = "0.1.5"
authors = ["abyss <derribado@tutanota.com>"]
description = "kraken_api is a library for using both the public and private kraken.com APIs.\nIt is currently a work in progress.\n"
homepage = "https://git.cryptid.cc/lost/kraken_api"
documentation = "https://docs.rs/kraken_api"
readme = "README.md"
keywords = ["kraken", "api"]
categories = ["api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://git.cryptid.cc/lost/kraken_api"
[dependencies.async-trait]
version = "0.1.33"

[dependencies.base64]
version = "0.12.1"

[dependencies.boringauth]
version = "0.9.0"

[dependencies.hmac]
version = "0.7.1"

[dependencies.http-client]
version = "3.0.0"

[dependencies.log]
version = "0.4.8"

[dependencies.serde]
version = "1.0.110"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.53"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.sha2]
version = "0.8.2"

[dependencies.surf]
version = "1.0.3"