Crates.io | payjoin-test-utils |
lib.rs | payjoin-test-utils |
version | |
source | src |
created_at | 2025-04-14 18:25:01.653744+00 |
updated_at | 2025-04-14 18:25:01.653744+00 |
description | Payjoin test utilities |
homepage | |
repository | https://github.com/payjoin/rust-payjoin |
max_upload_size | |
id | 1633143 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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` |
size | 0 |
A collection of testing utilities for Payjoin protocol implementations.
The payjoin-test-utils
crate provides commonly used testing fixtures for
Payjoin development and testing, including:
For examples of using the TestServices, switch to the appropriate
payjoin-test-utils
tag in
rust-payjoin and view the e2e or
integration tests there.
This crate supports Rust 1.63.0 and above.
MIT