lnm-sdk 0.4.1

Rust SDK for interacting with LN Markets.
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.88"
name = "lnm-sdk"
version = "0.4.1"
authors = ["Rafael Lemos <contact@flemosr.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for interacting with LN Markets."
homepage = "https://github.com/flemosr/lnm-sdk"
documentation = "https://docs.rs/lnm-sdk"
readme = "README.md"
keywords = [
    "bitcoin",
    "trading",
    "futures",
    "lnmarkets",
    "crypto",
]
categories = [
    "api-bindings",
    "asynchronous",
    "cryptography::cryptocurrencies",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/flemosr/lnm-sdk"

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

[[example]]
name = "v2_rest_auth"
path = "examples/v2_rest_auth.rs"

[[example]]
name = "v2_rest_public"
path = "examples/v2_rest_public.rs"

[[example]]
name = "v2_ws"
path = "examples/v2_ws.rs"

[[example]]
name = "v3_rest_auth"
path = "examples/v3_rest_auth.rs"

[[example]]
name = "v3_rest_public"
path = "examples/v3_rest_public.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.42"
features = [
    "now",
    "serde",
]

[dependencies.fastwebsockets]
version = "0.10.0"
features = ["upgrade"]

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"

[dependencies.hyper-util]
version = "0.1.19"
features = ["tokio"]

[dependencies.rand]
version = "0.9.2"

[dependencies.reqwest]
version = "0.12.25"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.uuid]
version = "1.19.0"
features = [
    "serde",
    "v4",
]

[dependencies.webpki-roots]
version = "1.0.4"

[dev-dependencies.dotenv]
version = "0.15.0"