libfoksalclient 1.2.7

a client library for foksal
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"
rust-version = "1.90"
name = "libfoksalclient"
version = "1.2.7"
authors = ["Antoni Zasada (alfazet)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a client library for foksal"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/alfazet/foksal"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.futures-util]
version = "0.3.32"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]