tradestation-api 0.1.0

Complete TradeStation REST API v3 wrapper for Rust
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"
name = "tradestation-api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complete TradeStation REST API v3 wrapper for Rust"
documentation = "https://docs.rs/tradestation-api"
readme = "README.md"
keywords = [
    "tradestation",
    "trading",
    "api",
    "brokerage",
]
categories = [
    "api-bindings",
    "finance",
]
license = "MIT"
repository = "https://github.com/PabTorre/tradestation-rs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-stream]
version = "0.3"

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

[dependencies.futures]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.tempfile]
version = "3.10"

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

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