cbat 0.0.19

The unofficial Rust crate 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 = "2021"
name = "cbat"
version = "0.0.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The unofficial Rust crate for the Coinbase Advanced Trade API"
documentation = "https://docs.rs/cbat"
readme = "README.md"
license = "MIT"
repository = "https://github.com/confessore/cbat"

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

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

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

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

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

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

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

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

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

[dependencies.jsonwebtoken]
version = "9.3.1"
features = ["use_pem"]

[dependencies.rand]
version = "0.9.2"

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

[dependencies.sec1]
version = "0.7.3"
features = [
    "alloc",
    "pkcs8",
    "pem",
    "std",
]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

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

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]