jsonapi_http 1.0.0-rc.1

Framework-agnostic HTTP integration layer for jsonapi_core: tower services, request parsing, and response building over the `http` crate types
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 = "2024"
rust-version = "1.94.1"
name = "jsonapi_http"
version = "1.0.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-agnostic HTTP integration layer for jsonapi_core: tower services, request parsing, and response building over the `http` crate types"
documentation = "https://docs.rs/jsonapi_http"
readme = "README.md"
keywords = [
    "jsonapi",
    "json-api",
    "http",
    "tower",
    "web",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rankitbishnoi/jsonapi_core"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.jsonapi_core]
version = "1.0.0-rc.1"
default-features = false

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tower]
version = "0.5"
default-features = false

[dev-dependencies.pollster]
version = "0.4"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[lints.rust]
unsafe_code = "forbid"