tradestation 0.0.3

An ergonomic Rust client for the TradeStation API.
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0.127"

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

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

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

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

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

[package]
authors = ["Antonio Hickey <contact@antoniohickey.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An ergonomic Rust client for the TradeStation API."
documentation = "https://docs.rs/tradestation/latest/tradestation/index.html"
edition = "2021"
exclude = ["/.github/"]
homepage = "https://crates.io/crates/tradestation"
include = ["README.md", "src/**/*", "examples/**/*"]
keywords = ["tradestation", "finance", "quant", "trading"]
license = "MIT"
name = "tradestation"
readme = "README.md"
repository = "https://github.com/antonio-hickey/tradestation-rs"
version = "0.0.3"