# 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 = "crypto-candlesticks-rust" version = "0.1.5" authors = ["Pedro Torres "] exclude = ["examples/", "hex/", "media/crypto-candlestick-rust.mp4", "media/crypto-candlestick-rust.png", "scripts/", ".github"] description = "Download candlestick data fast & easy for analysis" documentation = "https://docs.rs/crate/crypto-candlesticks-rust/" readme = "README.md" keywords = ["cryptocurrency", "candlesticks", "download", "data", "ohlc"] categories = ["command-line-utilities", "cryptography::cryptocurrencies"] license = "GPL-3.0-or-later" repository = "https://github.com/Corfucinas/crypto-candlesticks-rust" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "crypto-candlesticks-rust" [[test]] name = "crypto-candlesticks-rust-test" path = "./test/test_config.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.0-rc.7" features = ["env"] [dependencies.colorful] version = "0.2.1" [dependencies.comfy-table] version = "5.0.0" [dependencies.reqwest] version = "0.11.7" features = ["blocking", "json"] [dependencies.rusqlite] version = "0.26.3" features = ["bundled"] [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.simple_excel_writer] version = "0.1.9"