[package]
name = "asknothingx2-util"
version = "0.0.26"
authors = ["m3id"]
edition = "2021"
description = "asknothing"
repository = "https://github.com/m3idnotfree/asknothingx2"
license = "MIT"
keywords = ["asknothing", "oauth2", "http"]
[features]
oauth = ["oauth2"]
api = ["bytes", "http", "reqwest", "serde_json"]
serde = []
full = ["oauth", "api", "serde"]
[dependencies]
bytes = { version = "1.9.0", optional = true }
http = { version = "1.2.0", optional = true }
oauth2 = { version = "4.4.2", optional = true }
reqwest = { version = "0.12.12", optional = true, features = ["json", "rustls-tls"] }
serde_json = { version = "1.0.135", optional = true }
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.10"
url = { version = "2.5.4" }