precolator-sdk 1.0.0

Rust async client SDK for the Precolator perpetual futures trading platform — markets, portfolio, leaderboard, and trading statistics.
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"
name = "precolator-sdk"
version = "1.0.0"
authors = ["Precolator Team <dev@precolator.com>"]
build = false
exclude = [
    ".git/*",
    "target/*",
    "Api/*",
    "node_modules/*",
    "precolator/*",
    "api-server/*",
    "mockup-sandbox/*",
    "*.jpg",
    "*.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust async client SDK for the Precolator perpetual futures trading platform — markets, portfolio, leaderboard, and trading statistics."
homepage = "https://precolator.com"
documentation = "https://docs.rs/precolator-sdk"
readme = "SDK_README.md"
keywords = [
    "solana",
    "defi",
    "perpetuals",
    "trading",
    "api-client",
]
categories = [
    "cryptography::cryptocurrencies",
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/precolator/precolator-core"

[lib]
name = "precolator_sdk"
path = "sdk/src/lib.rs"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6"