coinlive 0.2.5

Interactive command line tool that displays live cryptocurrency prices and simple historical price charts.
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "coinlive"
version = "0.2.5"
authors = ["Markus Mayer <mmayer@mayeranalytics.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive command line tool that displays live cryptocurrency prices and simple historical price charts."
homepage = "https://github.com/mayeranalytics/coinlive"
documentation = "https://github.com/mayeranalytics/coinlive"
readme = "README.md"
keywords = [
    "cryptocurrency",
    "crypto",
    "charts",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/mayeranalytics/coinlive"

[[bin]]
name = "coinlive"
path = "src/main.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.1"

[dependencies.dec]
version = "0.4"

[dependencies.futures]
version = "0.3"

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

[dependencies.http_req]
version = "0.14"
features = ["rust-tls"]
default-features = false

[dependencies.inlinable_string]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.termion]
version = "2.0"

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

[dependencies.tokio-stdin-stdout]
version = "0.1"

[dependencies.tokio-stream]
version = "0.1"

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

[dependencies.tui]
version = "0.19"
features = ["termion"]
default-features = false

[dependencies.tungstenite]
version = "0.28"

[dependencies.url]
version = "2.3"

[dependencies.version]
version = "3.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0