# 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 = "async-graphql-extension-apollo-tracing" version = "3.2.15" authors = ["Anthony Griffon "] description = "An async_graphql extension to send traces & metrics to Apollo Studio" documentation = "https://docs.rs/async-graphql-extension-apollo-tracing" readme = "README.md" keywords = [ "async_graphql", "async", "graphql", "apollo", "studio", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/async-graphql/async_graphql_apollo_studio_extension" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.async-graphql] version = "7" features = ["dynamic-schema"] [dependencies.async-trait] version = "0.1" [dependencies.cfg-if] version = "1" [dependencies.chrono] version = "0.4" [dependencies.derive_builder] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.futures-locks] version = "0.7" [dependencies.protobuf] version = "3.4.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde-json-wasm] version = "1.0.1" [dependencies.sha2] version = "0.10" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.7" features = [ "v4", "js", ] [dependencies.wasm-bindgen-futures] version = "0.4.18" [build-dependencies.async-std] version = "1" features = [ "default", "tokio1", ] default-features = false [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.prost-build] version = "0.12.3" [build-dependencies.protobuf-codegen] version = "3.4.0" [build-dependencies.protox] version = "0.6.0" [build-dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [build-dependencies.tonic-build] version = "0.10" [features] compression = ["libflate"] default = ["compression"] [target."cfg(all(not(target_arch = \"wasm32\"), not(target_os = \"windows\")))".dependencies.uname] version = "0.1.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libflate] version = "2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde] version = "1" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_json] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["full"] [target."cfg(not(target_arch = \"wasm32\"))".build-dependencies.tokio] version = "1" features = ["full"]