# 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 = "bluejay-validator" version = "0.2.0" exclude = [ ".gitignore", "tests/**/*", ] description = "A GraphQL validator" homepage = "https://github.com/Shopify/bluejay" readme = "README.md" keywords = ["graphql"] license = "MIT" repository = "https://github.com/Shopify/bluejay" [[bench]] name = "field_selection_merging" harness = false [dependencies.bluejay-core] version = "=0.2.0" [dependencies.bluejay-parser] version = "=0.2.0" features = ["format-errors"] optional = true [dependencies.itertools] version = "0.13.0" [dependencies.paste] version = "1.0" [dependencies.seq-macro] version = "0.3.5" [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.bluejay-core] version = "=0.2.0" features = ["serde_json"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.28" features = ["glob"] [dev-dependencies.once_cell] version = "1.17" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "parser-integration", "one-of-input-objects", "serde_json", ] one-of-input-objects = [] parser-integration = ["dep:bluejay-parser"] serde_json = [ "dep:serde_json", "bluejay-core/serde_json", ] [lints.clippy] wildcard_imports = "deny"