# 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" rust-version = "1.79.0" name = "thegraph-client-subgraphs" version = "0.1.0" authors = ["Lorenzo Delgado (LNSD) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A client for The Graph network's Subgraphs data service" readme = "README.md" license = "MIT" repository = "https://github.com/edgeandnode/toolshed" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "thegraph_client_subgraphs" path = "src/lib.rs" [[test]] name = "it_client_subgraphs" path = "tests/it_client_subgraphs.rs" [dependencies.indoc] version = "2.0.5" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" features = ["raw_value"] [dependencies.thegraph-core] version = "0.8.0" features = ["serde"] [dependencies.thegraph-graphql-http] version = "0.2.4" features = ["http-client-reqwest"] [dependencies.thiserror] version = "2.0.1" [dependencies.tracing] version = "0.1.40" features = ["attributes"] default-features = false [dependencies.url] version = "2.5.3" [dev-dependencies.test-with] version = "0.14.4" default-features = false [dev-dependencies.tokio] version = "1.41.1" features = [ "macros", "rt", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]