# 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.3" authors = ["Markus Mayer "] 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" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 [[bin]] name = "coinlive" [dependencies.async-stream] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" [dependencies.dec] version = "0.4.4" [dependencies.futures] version = "0.3.*" [dependencies.futures-util] version = "~0.3" [dependencies.http_req] version = "0.9" 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" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stdin-stdout] version = "0.1" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-tungstenite] version = "0.18" features = ["native-tls"] [dependencies.tui] version = "0.19" features = ["termion"] default-features = false [dependencies.tungstenite] version = "0.18" [dependencies.url] version = "2" [dependencies.version] version = "3.0"