[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"]
exclude = [".axiom/", ".axignore", "package.toml", "Cargo.lock"]
[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"