shuttle-api-client 0.53.0

A library for interacting with the Shuttle platform API (https://www.shuttle.dev)
Documentation
[dependencies.anyhow]
version = "1.0.66"

[dependencies.async-trait]
version = "0.1.58"

[dependencies.headers]
version = "0.4.0"

[dependencies.http]
version = "1.2.0"

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

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12.14"

[dependencies.reqwest-middleware]
version = "0.4.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.148"

[dependencies.serde_json]
version = "1.0.89"

[dependencies.shuttle-common]
features = ["models"]
version = "0.53.0"

[dependencies.tokio]
features = ["macros", "signal", "rt-multi-thread"]
version = "1.40.0"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.26.1"

[dependencies.tracing]
default-features = false
features = ["default"]
optional = true
version = "0.1.37"

[dependencies.url]
version = "2.5.4"

[features]
default = ["tracing"]
tracing = ["dep:tracing"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for interacting with the Shuttle platform API (https://www.shuttle.dev)"
edition = "2021"
homepage = "https://www.shuttle.dev"
license = "Apache-2.0"
name = "shuttle-api-client"
readme = false
repository = "https://github.com/shuttle-hq/shuttle"
version = "0.53.0"