hackerone-api 0.2.0

Unofficial, dependency-light Rust client for the HackerOne API (v1): submit reports, read your reports, hacktivity, balance, and earnings.
Documentation
[package]
name = "hackerone-api"
version = "0.2.0"
edition = "2021"
rust-version = "1.74"
license = "MIT"
authors = ["Marcus <smurf77a@users.noreply.github.com>"]
description = "Unofficial, dependency-light Rust client for the HackerOne API (v1): submit reports, read your reports, hacktivity, balance, and earnings."
repository = "https://github.com/smurf77a/hackerone-api"
homepage = "https://github.com/smurf77a/hackerone-api"
documentation = "https://docs.rs/hackerone-api"
readme = "README.md"
keywords = ["hackerone", "security", "bug-bounty", "api", "client"]
categories = ["api-bindings"]
# AXIOM package/chain metadata is not part of the published crate.
exclude = [".axiom/", ".axignore", "package.toml", "Cargo.lock"]

# Standalone package — this is its own workspace root, not a member of any
# parent workspace (AX-STD-021 package layout).
[workspace]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ureq = { version = "2", features = ["json"] }
thiserror = "1"
base64 = "0.22"

[dev-dependencies]
serde_json = "1"