qcs-api-client-openapi 0.16.1

Auto-generated bindings to the QCS OpenAPI
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 = "qcs-api-client-openapi"
version = "0.16.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated bindings to the QCS OpenAPI"
homepage = "https://github.com/rigetti/qcs-api-client-rust"
readme = "README.md"
keywords = [
    "API",
    "QCS",
    "Rigetti",
    "quantum",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-api-client-rust"

[features]
clap = [
    "dep:miette",
    "dep:clap",
    "qcs-api-client-common/clap",
]
otel-tracing = ["tracing-opentelemetry"]
tracing = [
    "dep:tracing",
    "qcs-api-client-common/tracing",
    "urlpattern",
]
tracing-config = [
    "qcs-api-client-common/tracing-config",
    "tracing",
]
tracing-opentelemetry = [
    "dep:anyhow",
    "dep:reqwest-middleware",
    "dep:reqwest-tracing",
    "dep:tracing-opentelemetry",
    "tracing-config",
]

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

[dependencies.anyhow]
version = "1.0.68"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.clap-stdin]
version = "0.8"
optional = true

[dependencies.http]
version = "1.1"

[dependencies.miette]
version = "7"
optional = true

[dependencies.qcs-api-client-common]
version = "0.15.1"

[dependencies.reqwest]
version = "0.12.5"
features = [
    "json",
    "rustls-tls-native-roots",
    "json",
    "multipart",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.reqwest-middleware]
version = ">0.3.0,<0.5"
features = ["json"]
optional = true

[dependencies.reqwest-tracing]
version = "0.5.8"
features = ["opentelemetry_0_30"]
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.91"

[dependencies.serde_path_to_error]
version = "0.1.20"
optional = true

[dependencies.tokio]
version = "1.38.0"
features = [
    "time",
    "time",
]

[dependencies.tracing]
version = "0.1.41"
optional = true

[dependencies.tracing-opentelemetry]
version = "0.31.0"
optional = true

[dependencies.url]
version = "2.3.1"

[dependencies.urlpattern]
version = "0.4.0"
optional = true

[dev-dependencies.rstest]
version = "0.26.0"

[dev-dependencies.tokio]
version = "1.38.0"
features = [
    "time",
    "rt-multi-thread",
    "rt",
    "macros",
]