tda-sdk 0.1.5

SDK for interacting with the TD Ameritrade API.
Documentation
[dependencies.chrono]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0"

[dependencies.ureq]
features = ["json"]
version = "1.1"

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

[package]
authors = ["Ron Rider Jr. <rideron89@gmail.com>"]
categories = ["api-bindings"]
description = "SDK for interacting with the TD Ameritrade API."
documentation = "https://docs.rs/tda-sdk/latest/tda_sdk/"
edition = "2018"
homepage = "https://github.com/rideron89/tda-sdk-rs"
include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
license = "MIT"
name = "tda-sdk"
readme = "README.md"
repository = "https://github.com/rideron89/tda-sdk-rs"
version = "0.1.5"