crypto-candlesticks-rust 0.1.5

Download candlestick data fast & easy for analysis
[[bin]]
name = "crypto-candlesticks-rust"

[[test]]
name = "crypto-candlesticks-rust-test"
path = "./test/test_config.rs"
[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
features = ["env"]
version = "3.0.0-rc.7"

[dependencies.colorful]
version = "0.2.1"

[dependencies.comfy-table]
version = "5.0.0"

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

[dependencies.rusqlite]
features = ["bundled"]
version = "0.26.3"

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

[dependencies.simple_excel_writer]
version = "0.1.9"

[package]
authors = ["Pedro Torres <corfucinas@protonmail.com>"]
categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
description = "Download candlestick data fast & easy for analysis"
documentation = "https://docs.rs/crate/crypto-candlesticks-rust/"
edition = "2021"
exclude = ["examples/", "hex/", "media/crypto-candlestick-rust.mp4", "media/crypto-candlestick-rust.png", "scripts/", ".github"]
keywords = ["cryptocurrency", "candlesticks", "download", "data", "ohlc"]
license = "GPL-3.0-or-later"
name = "crypto-candlesticks-rust"
readme = "README.md"
repository = "https://github.com/Corfucinas/crypto-candlesticks-rust"
resolver = "2"
version = "0.1.5"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"