# 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.63.0" name = "esplora-cli" version = "0.1.1" authors = ["Yancy "] description = "Bitcoin Esplora CLI API" homepage = "https://github.com/yancyribbens/esplora-cli" documentation = "https://docs.rs/esplora-client/" readme = "README.md" keywords = [ "bitcoin", "esplora", ] license = "MIT" repository = "https://github.com/yancyribbens/esplora-cli" [dependencies.bitcoin] version = "0.32.2" features = [ "serde", "std", ] default-features = false [dependencies.bitcoin_hashes] version = "0.14.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.esplora-client] version = "0.9.0" features = ["blocking-https"] [dependencies.hex] version = "0.2.0" features = ["alloc"] default-features = false package = "hex-conservative" [dependencies.serde_json] version = "1.0.116"