{"id":19370272,"url":"https://github.com/bitcoindevkit/rust-esplora-client","last_synced_at":"2025-04-07T12:09:02.747Z","repository":{"id":55134677,"uuid":"520529694","full_name":"bitcoindevkit/rust-esplora-client","owner":"bitcoindevkit","description":"Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.","archived":false,"fork":false,"pushed_at":"2024-05-22T22:49:11.000Z","size":245,"stargazers_count":26,"open_issues_count":10,"forks_count":37,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-27T11:58:00.095Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoindevkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-02T14:23:40.000Z","updated_at":"2024-05-30T01:39:39.701Z","dependencies_parsed_at":"2024-02-08T00:25:04.206Z","dependency_job_id":"7c158c5b-d2da-488a-adfc-9fc1b47dc21a","html_url":"https://github.com/bitcoindevkit/rust-esplora-client","commit_stats":{"total_commits":77,"total_committers":16,"mean_commits":4.8125,"dds":0.8181818181818181,"last_synced_commit":"54de8118c40c6a2cf80591d8991cf578bdfb51c4"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Frust-esplora-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Frust-esplora-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Frust-esplora-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Frust-esplora-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoindevkit","download_url":"https://codeload.github.com/bitcoindevkit/rust-esplora-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648978,"owners_count":20972945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:14:47.168Z","updated_at":"2025-04-07T12:09:02.724Z","avatar_url":"https://github.com/bitcoindevkit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-esplora-client\n\nBitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.\n\n\u003cp\u003e\n    \u003ca href=\"https://crates.io/crates/esplora-client\"\u003e\u003cimg alt=\"Crate Info\" src=\"https://img.shields.io/crates/v/esplora-client.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/bitcoindevkit/rust-esplora-client/blob/master/LICENSE\"\u003e\u003cimg alt=\"MIT Licensed\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/bitcoindevkit/rust-esplora-client/actions/workflows/cont_integration.yml\"\u003e\u003cimg alt=\"CI Status\" src=\"https://github.com/bitcoindevkit/rust-esplora-client/workflows/Rust/badge.svg\"\u003e\u003c/a\u003e\n    \u003ca href='https://coveralls.io/github/bitcoindevkit/rust-esplora-client?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/bitcoindevkit/rust-esplora-client/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.rs/esplora-client\"\u003e\u003cimg alt=\"API Docs\" src=\"https://img.shields.io/badge/docs.rs-esplora--client-green\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html\"\u003e\u003cimg alt=\"Rustc Version 1.63.0+\" src=\"https://img.shields.io/badge/rustc-1.63.0%2B-lightgrey.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.gg/d7NkDKm\"\u003e\u003cimg alt=\"Chat on Discord\" src=\"https://img.shields.io/discord/753336465005608961?logo=discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Minimum Supported Rust Version (MSRV)\n\nThis library should compile with any combination of features with Rust 1.63.0.\n\nTo build with the MSRV you will need to pin dependencies as follows:\n\n```shell\ncargo update -p reqwest --precise \"0.12.4\"\ncargo update -p minreq --precise \"2.13.2\"\ncargo update -p zstd-sys --precise \"2.0.8+zstd.1.5.5\"\ncargo update -p time --precise \"0.3.20\"\ncargo update -p home --precise \"0.5.5\"\ncargo update -p url --precise \"2.5.0\"\ncargo update -p tokio --precise \"1.38.1\"\ncargo update -p security-framework-sys --precise \"2.11.1\"\ncargo update -p native-tls --precise \"0.2.13\"\ncargo update -p ring --precise \"0.17.12\"\ncargo update -p flate2 --precise \"1.0.35\"\ncargo update -p once_cell --precise \"1.20.3\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoindevkit%2Frust-esplora-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoindevkit%2Frust-esplora-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoindevkit%2Frust-esplora-client/lists"}