abuseipdb2 0.3.2

A Rust library for the AbuseIPDB API v2
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"
name = "abuseipdb2"
version = "0.3.2"
authors = ["Vero <contact@veronoi.cc>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for the AbuseIPDB API v2"
readme = false
license = "MIT"
repository = "https://github.com/veronoicc/abuseipdb2-rs"

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.ipnetwork]
version = "0.20"
features = ["serde"]

[dependencies.reqwest]
version = "0.12.5"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]