rs_limitless 0.1.2

Limitless Exchange API bindings in Rust — prediction market trading, HMAC authentication, EIP-712 signing, and WebSocket streams.
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.70"
name = "rs_limitless"
version = "0.1.2"
authors = ["unkuseni <twitter.com/unkuseni>"]
build = false
exclude = [
    "tests/*",
    "examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Limitless Exchange API bindings in Rust — prediction market trading, HMAC authentication, EIP-712 signing, and WebSocket streams."
homepage = "https://limitless.exchange"
documentation = "https://docs.rs/rs_limitless"
readme = "README.md"
keywords = [
    "limitless",
    "prediction-markets",
    "exchange",
    "eip712",
    "clob",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/unkuseni/rs_limitless"

[package.metadata.docs.rs]
features = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.31"
features = ["serde"]

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.futures]
version = "0.3.25"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.13.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.log]
version = "0.4.27"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.openssl]
version = "0.10.72"

[dependencies.rand]
version = "0.10.1"

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

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.sha2]
version = "0.11.0"

[dependencies.sha3]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tokio-tungstenite]
version = "0.29.0"
features = ["native-tls"]

[dependencies.url]
version = "2.5.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]