# 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 = "bitcoin-terminal-dashboard" version = "0.1.7" description = "A Bitcoin dashboard in the terminal" readme = "README.md" license = "MIT" resolver = "2" [dependencies.bitcoin-node-query] version = "=0.1.9" [dependencies.bitcoin-price] version = "0.1.2" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.19" [dependencies.eyre] version = "0.6" [dependencies.jsonrpc] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.time] version = "0.2" default-features = false [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false