lnm-sdk 0.3.0

Rust SDK for interacting with LN Markets.
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

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

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

[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]
features = ["tokio"]
version = "0.1.19"

[dependencies.rand]
version = "0.9.2"

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

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

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

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

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

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

[[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"

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

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