# 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 = "graphql-query" version = "1.0.0" authors = ["Stellate "] description = "Stupendously fast and easy GraphQL Query Language handling." readme = "README.md" keywords = [ "GraphQL", "Lexer", "Parser", "WASM", ] license = "MIT" repository = "https://github.com/StellateHQ/graphql-query" [package.metadata.docs.rs] all-features = true [profile.bench] lto = true [profile.release] lto = true panic = "abort" [[bench]] name = "parser" harness = false [dependencies.bumpalo] version = "3.9" features = [ "collections", "boxed", "serde", "allocator-api2", ] [dependencies.hashbrown] version = "0.14.0" features = ["allocator-api2"] [dependencies.lexical-core] version = "0.8.3" features = [ "std", "format", "power-of-two", "safe", ] [dependencies.logos] version = "0.12.0" features = ["std"] [dependencies.serde] version = "^1.0.0" features = ["derive"] optional = true [dependencies.serde_json] version = "^1.0.0" optional = true [dev-dependencies.apollo-parser] version = "^0.7.0" [dev-dependencies.async-graphql-parser] version = "^7.0.3" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.graphql-parser] version = "^0.4.0" [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.serde] version = "^1.0.0" [dev-dependencies.serde_json] version = "^1.0.0" [features] default = ["json"] json = [ "serde_json", "serde", ]