bitgateway-client 0.1.5

A small srun client for BIT
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 = "2024"
name = "bitgateway-client"
version = "0.1.5"
authors = ["Ray <i@mk1.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small srun client for BIT"
readme = false
keywords = [
    "bit",
    "srun",
]
categories = [
    "api-bindings",
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/so1ve/bitgateway"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.bon]
version = "3.9"

[dependencies.hmac]
version = "0.12"

[dependencies.md-5]
version = "0.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "time",
]

[lints.clippy]
all = "warn"
clone-on-ref-ptr = "warn"
default-trait-access = "warn"
enum-glob-use = "warn"
fn-params-excessive-bools = "warn"
format-collect = "warn"
format-push-string = "warn"
implicit-clone = "warn"
items-after-statements = "warn"
manual-let-else = "warn"
manual-string-new = "warn"
match-same-arms = "warn"
match-wildcard-for-single-variants = "warn"
missing-const-for-fn = "warn"
must-use-candidate = "warn"
needless-pass-by-value = "warn"
redundant-pub-crate = "warn"
semicolon-if-nothing-returned = "warn"
single-match-else = "warn"
struct-excessive-bools = "warn"
undocumented_unsafe_blocks = "warn"
uninlined-format-args = "warn"
unnecessary-literal-bound = "warn"
use-self = "warn"
verbose-file-reads = "warn"
wildcard-imports = "warn"