qcs-api-client-openapi 0.19.6-dev.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 = "2024"
rust-version = "1.85.0"
name = "qcs-api-client-openapi"
version = "0.19.6-dev.1"
authors = ["Rigetti QPU Software <qpu-software@rigetti.com>"]
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"
resolver = "2"

[features]
clap = [
    "dep:miette",
    "dep:clap",
    "qcs-api-client-common/clap",
]
tracing = [
    "qcs-api-client-common/tracing",
    "dep:http",
    "dep:tracing",
    "dep:urlpattern",
]
tracing-config = [
    "qcs-api-client-common/tracing-config",
    "tracing",
]
tracing-opentelemetry = [
    "dep:anyhow",
    "dep:tracing",
    "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"
optional = true

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

[dependencies.qcs-api-client-common]
version = "0.18.6-dev.1"

[dependencies.qcs-dependencies-client]
version = "0.4.1"
features = ["openapi"]

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

[dependencies.serde_json]
version = "1.0.91"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_with]
version = "3.8"
features = [
    "base64",
    "std",
    "macros",
]
default-features = false

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

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

[dependencies.url]
version = "2.3.1"

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

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

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