asknothingx2-util 0.0.26

asknothing
Documentation
[dependencies.bytes]
optional = true
version = "1.9.0"

[dependencies.http]
optional = true
version = "1.2.0"

[dependencies.oauth2]
optional = true
version = "4.4.2"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
optional = true
version = "0.12.12"

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

[dependencies.serde_json]
optional = true
version = "1.0.135"

[dependencies.thiserror]
version = "2.0.10"

[dependencies.url]
version = "2.5.4"

[features]
api = ["bytes", "http", "reqwest", "serde_json"]
full = ["oauth", "api", "serde"]
oauth = ["oauth2"]
serde = []

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

[package]
authors = ["m3id"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "asknothing"
edition = "2021"
keywords = ["asknothing", "oauth2", "http"]
license = "MIT"
name = "asknothingx2-util"
readme = false
repository = "https://github.com/m3idnotfree/asknothingx2"
version = "0.0.26"