ig-brokers 0.0.1

Rust library for the IG REST API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.19"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.117"
[dev-dependencies.dotenv]
version = "0.15.0"

[package]
authors = ["Matthew Satti <matthewsatti@gmail.com>"]
categories = ["api-bindings"]
description = "Rust library for the IG REST API"
documentation = "https://satnav.github.io/ig-brokers"
edition = "2018"
homepage = "https://satnav.github.io/ig-brokers"
keywords = ["ig", "api", "brokers", "investing", "trading"]
license = "MIT OR Apache-2.0"
name = "ig-brokers"
readme = "README.md"
repository = "https://github.com/satnav/ig-brokers"
version = "0.0.1"