# 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.12.5" build = 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" [lib] name = "qcs_api_client_openapi" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.68" optional = true [dependencies.http] version = "1.1" [dependencies.qcs-api-client-common] version = "0.11.5" [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.2" features = ["json"] optional = true [dependencies.reqwest-tracing] version = "0.5.2" features = [ "opentelemetry_0_23", "tracing-opentelemetry_0_24_pkg", ] optional = true [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.38.0" features = [ "time", "time", ] [dependencies.tracing] version = "0.1.37" optional = true [dependencies.tracing-opentelemetry] version = "0.25.0" optional = true [dependencies.url] version = "2.3.1" [dependencies.urlpattern] version = "0.2.0" optional = true [dev-dependencies.rstest] version = "0.17.0" [dev-dependencies.tokio] version = "1.38.0" features = [ "time", "rt-multi-thread", "rt", "macros", ] [features] 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", ]