# 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" rust-version = "1.60.0" name = "txoo-cli" version = "0.7.0" authors = [ "Devrandom ", "Ken Sedgwick ", ] description = "A Bitcoin transaction-output oracle - CLI tools" homepage = "https://gitlab.com/lightning-signer/docs/-/blob/master/oracle.md" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/txoo" [[bin]] name = "txoo-cli" path = "src/main.rs" [dependencies.clap] version = "3" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.log] version = "0.4" [dependencies.time] version = "=0.3.17" features = [ "formatting", "macros", ] [dependencies.tokio] version = "1.19" features = ["full"] [dependencies.txoo] version = "0.7.0" [dependencies.txoo-bitcoind-client] version = "0.7.0" [dependencies.url] version = "2.3"