# 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.76" name = "cynic-introspection" version = "3.9.1" authors = ["Graeme Coupar "] description = "GraphQL API introspection for cynic" homepage = "https://cynic-rs.dev" documentation = "https://docs.rs/cynic-introspection" readme = "README.md" keywords = [ "graphql", "client", "introspection", ] license = "MPL-2.0" repository = "https://github.com/obmarg/cynic" [dependencies.cynic] version = "3" [dependencies.indenter] version = "0.3.3" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.assert_matches] version = "1.4" [dev-dependencies.cynic] version = "3" features = ["http-reqwest-blocking"] [dev-dependencies.insta] version = "1.4" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.serde_json] version = "1" [build-dependencies.cynic-codegen] version = "3" [features] default = ["sdl"] sdl = ["indenter"]