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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.74"
name = "hackerone-api"
version = "0.2.0"
authors = ["Marcus <smurf77a@users.noreply.github.com>"]
build = false
exclude = [
    ".axiom/",
    ".axignore",
    "package.toml",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial, dependency-light Rust client for the HackerOne API (v1): submit reports, read your reports, hacktivity, balance, and earnings."
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"]
license = "MIT"
repository = "https://github.com/smurf77a/hackerone-api"

[lib]
name = "hackerone_api"
path = "src/lib.rs"

[[example]]
name = "list_reports"
path = "examples/list_reports.rs"

[[example]]
name = "submit_report"
path = "examples/submit_report.rs"

[[test]]
name = "live"
path = "tests/live.rs"

[[test]]
name = "mock_transport"
path = "tests/mock_transport.rs"

[dependencies.base64]
version = "0.22"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.ureq]
version = "2"
features = ["json"]

[dev-dependencies.serde_json]
version = "1"