debot-utils 1.0.34

Utility functions for dex trading
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 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 = "debot-utils"
version = "1.0.34"
authors = ["Shigeo NAKAMURA <nakamura_shigeo@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility functions for dex trading"
homepage = "https://crates.io/crates/debot-utils"
documentation = "https://docs.rs/debot-utils/"
readme = false
license = "MIT"
repository = "https://github.com/shigeo-nakamura/debot-utils"

[lib]
name = "debot_utils"
path = "src/lib.rs"

[dependencies.base64]
version = "0.13.0"

[dependencies.chrono]
version = "0.4.24"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4.17"

[dependencies.openssl]
version = "0.10.54"

[dependencies.rand]
version = "0.8.5"

[dependencies.rusoto_core]
version = "0.48.0"

[dependencies.rusoto_kms]
version = "0.48.0"

[dependencies.rust_decimal]
version = "1.0"

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

[dependencies.tokio]
version = "1.0"
features = ["full"]