# 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-api" version = "0.1.3" authors = ["Jonathan Brown"] description = "A library for querying Hybrid indexes." homepage = "https://hybridscan.app/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hybrid-explorer/hybrid-api-rs" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hybrid-indexer] version = "0.5.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0"