urlscan 0.3.0

URLScan.io API
Documentation
[package]
name = "urlscan"
version = "0.3.0"
authors = ["Ix76y <TroubledWaffle@protonmail.com>"]
description = "URLScan.io API"
keywords = ["urlscan", "api"]
categories = ["api-bindings", "cyber-security"]
repository = "https://github.com/Ix76y/urlscan-rs"
readme = "README.md"
license-file = "LICENSE"
edition = "2021"


[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
url = { version = "2", features = ["serde"] }
serde_json = "1.0.87"
thiserror = "1.0.37"
libflate = "1.2.0"
image = "0.24.6"
bytes = "1.4.0"


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