twurst-client 0.3.4

Twirp client related code
# 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.86"
name = "twurst-client"
version = "0.3.4"
authors = ["Thomas Pellissier-Tanon <thomas.pellissier-tanon@helsing.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twirp client related code"
documentation = "https://docs.rs/twurst-client"
readme = "README.md"
keywords = ["Twirp"]
license = "Apache-2.0"
repository = "https://github.com/helsing-ai/twurst"
resolver = "2"

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

[features]
reqwest-012 = ["dep:reqwest-012"]
reqwest-013 = ["dep:reqwest-013"]

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

[dependencies.http]
version = "1.4.0"

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

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

[dependencies.prost-reflect]
version = "0.16"
features = [
    "derive",
    "serde",
]

[dependencies.reqwest-012]
version = "0.12"
optional = true
default-features = false
package = "reqwest"

[dependencies.reqwest-013]
version = "0.13"
optional = true
default-features = false
package = "reqwest"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1"

[dependencies.tower-service]
version = "0.3.3"

[dependencies.trait-variant]
version = "0.1.2"

[dependencies.twurst-error]
version = "0.3.0"
features = ["http"]

[dev-dependencies.prost]
version = "0.14"

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt",
]

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