oblodai 1.1.0

Официальный Rust SDK для платёжного шлюза Oblodai: приём платежей, выплаты, кошельки, вебхуки.
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 = "oblodai"
version = "1.1.0"
authors = ["Oblodai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Официальный Rust SDK для платёжного шлюза Oblodai: приём платежей, выплаты, кошельки, вебхуки."
homepage = "https://github.com/oblodai/oblodai-rust"
documentation = "https://docs.rs/oblodai"
readme = "README.md"
keywords = [
    "oblodai",
    "crypto",
    "payments",
    "payout",
    "webhook",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/oblodai/oblodai-rust"

[features]
default = ["reqwest-client"]
reqwest-client = ["dep:reqwest"]

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

[[test]]
name = "sdk"
path = "tests/sdk.rs"

[dependencies.getrandom]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"