# 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 = "hybrid-cli" version = "0.1.3" description = "A command line utility for querying Hybrid indexes." homepage = "https://hybridscan.app/" license = "Apache-2.0" repository = "https://github.com/hybrid-explorer/hybrid-cli" [[bin]] name = "hybrid" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.byte-unit] version = "5.1.4" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hybrid-api] version = "0.1.3" [dependencies.subxt] version = "0.34.0" [dependencies.tokio] version = "1" features = ["full"]