# 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 = "cli-candlestick-chart" version = "0.4.1" authors = ["Julien-R44 "] description = "A library for displaying candlestick charts right into your terminal." homepage = "https://github.com/Julien-R44/cli-candlestick-chart" readme = "README.md" keywords = ["cli", "terminal", "trading", "candlestick", "chart"] categories = ["command-line-interface", "visualization"] license = "MIT" repository = "https://github.com/Julien-R44/cli-candlestick-chart" resolver = "2" [[bin]] name = "cli-candlestick-chart" path = "src/bin/cli/main.rs" required-features = ["bin-app"] [[example]] name = "basic-with-csv-parsing" required-features = ["serde", "csv"] [[example]] name = "fetch-from-binance" required-features = ["serde", "reqwest"] [dependencies.clap] version = "2.33.3" optional = true [dependencies.colored] version = "2" [dependencies.csv] version = "1.1" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.1" optional = true [dependencies.terminal_size] version = "0.1.17" [dev-dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [features] bin-app = ["serde", "serde_json", "csv", "clap"]