conjure-http 5.5.0

HTTP interfaces for generated Conjure services
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 = "2021"
name = "conjure-http"
version = "5.5.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP interfaces for generated Conjure services"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/palantir/conjure-rust"

[features]
default = ["macros"]
macros = ["dep:conjure-macros"]

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

[dependencies.bytes]
version = "1.0"

[dependencies.conjure-error]
version = "5.5.0"

[dependencies.conjure-macros]
version = "5.5.0"
optional = true

[dependencies.conjure-object]
version = "5.5.0"

[dependencies.conjure-serde]
version = "5.5.0"

[dependencies.erased-serde]
version = "0.4"

[dependencies.form_urlencoded]
version = "1.0"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1.0.0"

[dependencies.mediatype]
version = "0.21"

[dependencies.once_cell]
version = "1.0"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.pin-utils]
version = "0.1"

[dependencies.serde]
version = "1.0"