ark-rest 0.9.3

REST client for Ark server communication
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"
rust-version = "1.86"
name = "ark-rest"
version = "0.9.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "REST client for Ark server communication"
readme = "README.md"
keywords = [
    "ark",
    "arkade",
    "bitcoin",
    "wallet",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/arkade-os/rust-sdk"

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

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

[dependencies.ark-core]
version = "0.9.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.bitcoin]
version = "0.32.7"
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "^0.12"
features = [
    "json",
    "multipart",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.tracing]
version = "0.1.37"

[dependencies.url]
version = "^2.5"

[dependencies.urlencoding]
version = "^2.1"

[dependencies.uuid]
version = "^1.8"
features = [
    "serde",
    "v4",
    "js",
]
default-features = false

[dev-dependencies.js-sys]
version = "0.3"

[dev-dependencies.tokio]
version = "1.42"
features = [
    "macros",
    "rt",
]

[dev-dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies.wasm-bindgen-futures]
version = "0.4"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[dev-dependencies.web-sys]
version = "0.3.77"
features = ["console"]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.getrandom]
version = "0.2"
features = [
    "wasm-bindgen",
    "js",
]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-streams]
version = "0.4"

[lints.clippy]
dbg_macro = "warn"
large_enum_variant = "allow"
print_stderr = "warn"
print_stdout = "warn"
redundant_clone = "warn"
redundant_else = "warn"
too_many_arguments = "allow"
unnecessary_wraps = "warn"
unused_async = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"
wildcard_enum_match_arm = "warn"

[lints.rust]
unused-import-braces = "warn"
unused-qualifications = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(genproto)"]