[dependencies.areq]
version = "=0.1.0-alpha5"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "areq_json"
path = "src/lib.rs"
[lints.clippy]
large-futures = "deny"
manual-assert = "deny"
match-wildcard-for-single-variants = "deny"
missing-assert-message = "deny"
semicolon-if-nothing-returned = "deny"
trivially-copy-pass-by-ref = "deny"
unwrap-used = "deny"
use-self = "deny"
[lints.rust]
elided-lifetimes-in-paths = "deny"
[package]
authors = ["nanoqsh"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming", "web-programming::http-client"]
description = "Extension of the areq crate for working with JSON"
documentation = "https://docs.rs/areq-json"
edition = "2024"
keywords = ["web", "http", "net"]
license = "MIT"
name = "areq-json"
readme = "README.md"
repository = "https://github.com/nanoqsh/areq"
rust-version = "1.87"
version = "0.1.0-alpha5"
[package.metadata.docs.rs]
all-features = true