coinbase-advanced 1.0.0

A Rust client library for the Coinbase Advanced Trade API
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.85"
name = "coinbase-advanced"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for the Coinbase Advanced Trade API"
documentation = "https://docs.rs/coinbase-advanced"
readme = "README.md"
keywords = [
    "coinbase",
    "cryptocurrency",
    "trading",
    "api",
    "websocket",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/dcompoze/coinbase-advanced"

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

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

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

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

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

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

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.futures]
version = "0.3.31"

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

[dependencies.hex]
version = "0.4"

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

[dependencies.reqwest-middleware]
version = "0.5.0"

[dependencies.reqwest-retry]
version = "0.9.0"

[dependencies.reqwest-tracing]
version = "0.6.0"

[dependencies.ring]
version = "0.17"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "macros",
]

[dependencies.tokio-stream]
version = "0.1.18"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dependencies.urlencoding]
version = "2.1.3"

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

[dev-dependencies.tokio]
version = "1.49"
features = ["full"]

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

[dev-dependencies.tracing-log]
version = "0.2.0"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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