uhttp_json_api 0.6.1

Utilities for JSON requests
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "uhttp_json_api"
version = "0.6.1"
authors = ["Mick Koch <mick@kochm.co>"]
description = "Utilities for JSON requests"
documentation = "https://docs.rs/uhttp_json_api"
keywords = ["http", "json", "request", "api"]
license = "MIT"
repository = "https://github.com/kchmck/uhttp_json_api.rs"
[dependencies.serde]
version = "0.9"

[dependencies.serde_json]
version = "0.9"

[dependencies.subslice_index]
version = "0.5.0"

[dependencies.uhttp_body_bytes]
version = "0.5.0"

[dependencies.uhttp_chunked_bytes]
version = "0.5.0"

[dependencies.uhttp_content_encoding]
version = "0.5.0"

[dependencies.uhttp_media_type]
version = "0.5.0"

[dependencies.uhttp_method]
version = "0.10.0"

[dependencies.uhttp_request]
version = "0.5.1"

[dependencies.uhttp_request_target]
version = "0.6.0"

[dependencies.uhttp_status]
version = "0.10.0"

[dependencies.uhttp_transfer_encoding]
version = "0.5.0"

[dependencies.uhttp_uri]
version = "0.5.1"

[dependencies.uhttp_version]
version = "0.6.0"
[dev-dependencies.serde_derive]
version = "0.9.0"