polycli 0.1.1

A command line tool for interacting with the Polygon API at polygon.io.
[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0"

[dependencies.chrono]
default-features = false
version = "0.4"

[dependencies.futures]
default-features = false
version = "0.3"

[dependencies.num-decimal]
default-features = false
version = "0.2"

[dependencies.polyio]
default-features = false
version = "0.9"

[dependencies.serde_json]
default-features = false
version = "1.0"

[dependencies.structopt]
default-features = false
version = "0.3"

[dependencies.time-util]
default-features = false
features = ["chrono"]
version = "0.3"

[dependencies.tokio]
default-features = false
features = ["rt"]
version = "1.0"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "chrono", "env-filter", "fmt"]
version = "0.2"

[package]
authors = ["Daniel Mueller <deso@posteo.net>"]
categories = ["api-bindings", "asynchronous", "command-line-utilities", "web-programming::http-client", "web-programming::websocket"]
description = "A command line tool for interacting with the Polygon API at polygon.io.\n"
edition = "2018"
homepage = "https://github.com/d-e-s-o/polycli"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["cli", "finance", "async", "stocks"]
license = "GPL-3.0-or-later"
name = "polycli"
readme = "README.md"
repository = "https://github.com/d-e-s-o/polycli.git"
version = "0.1.1"