# 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-parser" version = "0.8.7" authors = ["Graeme Coupar "] description = "A fast, correct and easy to use GraphQL parser" homepage = "https://docs.rs/cynic-parser" documentation = "https://docs.rs/cynic-parser" readme = "README.md" keywords = [ "graphql", "parser", "api", ] license = "MPL-2.0" repository = "https://github.com/obmarg/cynic" [[bench]] name = "executable" harness = false [[bench]] name = "schema" harness = false [[bench]] name = "to-string" harness = false [dependencies.ariadne] version = "0.4" optional = true [dependencies.indexmap] version = "2" [dependencies.lalrpop-util] version = "0.22.0" default-features = false [dependencies.logos] version = "0.14" [dependencies.pretty] version = "0.12" optional = true [dev-dependencies.apollo-parser] version = "0.8" [dev-dependencies.async-graphql-parser] version = "7" [dev-dependencies.divan] version = "0.1" [dev-dependencies.graphql-parser] version = "0.4" [dev-dependencies.insta] version = "1.29" [dev-dependencies.similar-asserts] version = "1.5" [build-dependencies] [features] default = [] pretty = [ "print", "dep:pretty", ] print = [] report = ["ariadne"]