termichart-cli 0.1.0

CLI binary for rendering terminal charts from JSON/CSV/exchanges
# 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 = "2021"
name = "termichart-cli"
version = "0.1.0"
authors = ["TermiChart Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI binary for rendering terminal charts from JSON/CSV/exchanges"
homepage = "https://github.com/HeyElsa/terminal-chart"
readme = "README.md"
keywords = [
    "terminal",
    "chart",
    "cli",
    "candlestick",
    "trading",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/HeyElsa/terminal-chart"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.27"

[dependencies.serde_json]
version = "1"

[dependencies.termichart-agent]
version = "0.1.0"

[dependencies.termichart-charts]
version = "0.1.0"

[dependencies.termichart-core]
version = "0.1.0"

[dependencies.termichart-data]
version = "0.1.0"

[dependencies.termichart-render]
version = "0.1.0"

[dependencies.termichart-terminal]
version = "0.1.0"

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

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