ctrader-rs 0.1.2

Rust SDK for the cTrader Open 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 = "ctrader-rs"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the cTrader Open API"
readme = "README.md"
license = "MIT"

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

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

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

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

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

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

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

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

[dependencies.async-std]
version = "1.13.2"
features = [
    "attributes",
    "tokio1",
]

[dependencies.bytes]
version = "1"

[dependencies.dotenvy]
version = "0.15"

[dependencies.native-tls]
version = "0.2"

[dependencies.prost]
version = "0.14"

[dependencies.test-context]
version = "0.5.8"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-native-tls]
version = "0.3"

[dependencies.tracing]
version = "0.1"

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

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

[build-dependencies.prost-build]
version = "0.14"