graphql-extract 0.0.11

Macro to extract data from deeply nested types representing GraphQL results
Documentation
[dependencies.derive-syn-parse]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1"

[lib]
name = "graphql_extract"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
double_parens = "allow"
todo = "warn"
uninlined_format_args = "allow"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = 1

[lints.clippy.redundant_pub_crate]
level = "allow"
priority = 2

[lints.rust]
exported_private_dependencies = "allow"

[package]
authors = ["Aftermath Finance <admin@aftermath.finance>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Macro to extract data from deeply nested types representing GraphQL results"
edition = "2024"
license = "Apache-2.0"
name = "graphql-extract"
readme = "README.md"
repository = "https://github.com/AftermathFinance/aftermath-sdk-rust"
rust-version = "1.86"
version = "0.0.11"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition", "-Zunstable-options"]

[[test]]
name = "trybuild"
path = "tests/trybuild.rs"

[[test]]
name = "errors"
path = "tests/errors.rs"