# 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.9.6" 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" [dependencies.anyhow] version = "1.0.68" optional = true [dependencies.qcs-api-client-common] version = "0.8.7" [dependencies.reqwest] version = "0.11.11" features = [ "json", "multipart", "rustls-tls-native-roots", ] default-features = false [dependencies.reqwest-middleware] version = "0.2.0" optional = true [dependencies.reqwest-tracing] version = "0.4.6" features = ["opentelemetry_0_20"] optional = true [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.task-local-extensions] version = "0.1.3" optional = true [dependencies.tokio] version = "1.20.1" features = ["time"] [dependencies.tracing] version = "0.1.37" optional = true [dependencies.url] version = "2.2.2" [dependencies.urlpattern] version = "0.2.0" optional = true [dev-dependencies.rstest] version = "0.17.0" [dev-dependencies.tokio] version = "1.20.1" features = [ "rt-multi-thread", "rt", "macros", ] [features] otel-tracing = ["tracing-opentelemetry"] tracing = [ "dep:tracing", "urlpattern", "qcs-api-client-common/tracing", ] tracing-config = [ "tracing", "qcs-api-client-common/tracing-config", ] tracing-opentelemetry = [ "dep:anyhow", "dep:task-local-extensions", "dep:reqwest-middleware", "dep:reqwest-tracing", "tracing-config", ]