monaco-sdk 0.8.1

Typed Rust client for the Monaco REST API — generated from the OpenAPI specification
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 = "monaco-sdk"
version = "0.8.1"
authors = ["Monaco Protocol Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Rust client for the Monaco REST API — generated from the OpenAPI specification"
homepage = "https://github.com/Monaco-Research/monaco-core/tree/main/rust-sdk"
documentation = "https://docs.rs/monaco-sdk"
readme = "README.md"
keywords = [
    "monaco",
    "dex",
    "trading",
    "api",
    "sdk",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/Monaco-Research/monaco-core"

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

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

[dependencies.progenitor-client]
version = "0.13"

[dependencies.regress]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.alloy]
version = "1.1"
features = [
    "full",
    "pubsub",
    "node-bindings",
]

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

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

[build-dependencies.openapiv3]
version = "2.2"

[build-dependencies.prettyplease]
version = "0.2"

[build-dependencies.progenitor]
version = "0.13"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.serde_yaml]
version = "0.9"

[build-dependencies.syn]
version = "2.0"