tiqer 0.0.1

Rust CLI price ticker.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "tiqer"
version = "0.0.1"
authors = ["Sendy Halim <sendyhalim93@gmail.com>"]
description = "Rust CLI price ticker.\n"
license-file = "license"

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

[[bin]]
name = "tiqer"
path = "src/bin/tiqer.rs"
[dependencies.clap]
version = "2.33"

[dependencies.crossterm]
version = "0.17"
features = ["event-stream"]

[dependencies.env_logger]
version = "0.7.1"

[dependencies.failure]
version = "0.1.6"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4.8"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tokio-tungstenite]
version = "0.10"
features = ["tls"]

[dependencies.url]
version = "2.1"