corepc-client

Crates.iocorepc-client
lib.rscorepc-client
version
sourcesrc
created_at2024-11-14 05:29:39.221807
updated_at2024-12-16 21:02:54.639305
descriptionBitcoin Core JSON-RPC client
homepage
repositoryhttps://github.com/rust-bitcoin/corepc
max_upload_size
id1447446
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Andrew Poelstra (apoelstra)

documentation

README

corepc-client

Rust client for the Bitcoin Core daemon's JSON-RPC API. Currently this is only a blocking client and is intended to be used in integration testing.

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.56.1.

Licensing

The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.

Commit count: 212

cargo fmt